Uses of Enum
com.xero.models.accounting.PaymentTermType
Packages that use PaymentTermType
-
Uses of PaymentTermType in com.xero.models.accounting
Methods in com.xero.models.accounting that return PaymentTermTypeModifier and TypeMethodDescriptionstatic PaymentTermTypefromValueBill.getType()Get typestatic PaymentTermTypeReturns the enum constant of this type with the specified name.static PaymentTermType[]PaymentTermType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type PaymentTermTypeModifier and TypeMethodDescriptionvoidBill.setType(PaymentTermType type) typeBill.type(PaymentTermType type) type