Uses of Enum Class
io.trippay.sdk.payment.model.RawSupplierContractItem.PayableEnum
Packages that use RawSupplierContractItem.PayableEnum
-
Uses of RawSupplierContractItem.PayableEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.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 io.trippay.sdk.payment.model with parameters of type RawSupplierContractItem.PayableEnumModifier and TypeMethodDescriptionRawSupplierContractItem.payable(RawSupplierContractItem.PayableEnum payable) voidRawSupplierContractItem.setPayable(RawSupplierContractItem.PayableEnum payable)