Uses of Enum Class
travel.wink.payment.model.RawSupplierContractItem.PayableEnum
Packages that use RawSupplierContractItem.PayableEnum
-
Uses of RawSupplierContractItem.PayableEnum in travel.wink.payment.model
Methods in travel.wink.payment.model that return RawSupplierContractItem.PayableEnumModifier and TypeMethodDescription@NotNull RawSupplierContractItem.PayableEnumRawSupplierContractItem.getPayable()When to charge for this item.Returns the enum constant of this class with the specified name.static RawSupplierContractItem.PayableEnum[]RawSupplierContractItem.PayableEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.payment.model with parameters of type RawSupplierContractItem.PayableEnumModifier and TypeMethodDescriptionRawSupplierContractItem.payable(RawSupplierContractItem.PayableEnum payable) voidRawSupplierContractItem.setPayable(RawSupplierContractItem.PayableEnum payable)