Uses of Enum Class
travel.wink.sdk.payment.acquiring.model.PricedSupplierContractItem.PayableEnum
Packages that use PricedSupplierContractItem.PayableEnum
-
Uses of PricedSupplierContractItem.PayableEnum in travel.wink.sdk.payment.acquiring.model
Methods in travel.wink.sdk.payment.acquiring.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 travel.wink.sdk.payment.acquiring.model with parameters of type PricedSupplierContractItem.PayableEnumModifier and TypeMethodDescriptionPricedSupplierContractItem.payable(PricedSupplierContractItem.PayableEnum payable) voidPricedSupplierContractItem.setPayable(PricedSupplierContractItem.PayableEnum payable)