Uses of Enum Class
io.trippay.sdk.payment.model.PricedSupplierContractItem.PayableEnum
Packages that use PricedSupplierContractItem.PayableEnum
-
Uses of PricedSupplierContractItem.PayableEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return PricedSupplierContractItem.PayableEnumModifier and TypeMethodDescriptionPricedSupplierContractItem.getPayable()When to charge for this item.Returns the enum constant of this class with the specified name.PricedSupplierContractItem.PayableEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trippay.sdk.payment.model with parameters of type PricedSupplierContractItem.PayableEnumModifier and TypeMethodDescriptionPricedSupplierContractItem.payable(PricedSupplierContractItem.PayableEnum payable) voidPricedSupplierContractItem.setPayable(PricedSupplierContractItem.PayableEnum payable)