Uses of Enum Class
io.trippay.sdk.payment.model.PayableContractSupplierItem.PricingTypeEnum
Packages that use PayableContractSupplierItem.PricingTypeEnum
-
Uses of PayableContractSupplierItem.PricingTypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type PayableContractSupplierItem.PricingTypeEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumIndicates the way this item should be priced.Methods in io.trippay.sdk.payment.model that return PayableContractSupplierItem.PricingTypeEnumModifier and TypeMethodDescriptionPayableContractSupplierItem.getPricingType()Indicates the way this item should be priced.Returns the enum constant of this class with the specified name.PayableContractSupplierItem.PricingTypeEnum.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 PayableContractSupplierItem.PricingTypeEnumModifier and TypeMethodDescriptionPayableContractSupplierItem.pricingType(PayableContractSupplierItem.PricingTypeEnum pricingType) voidPayableContractSupplierItem.setPricingType(PayableContractSupplierItem.PricingTypeEnum pricingType)