Uses of Class
com.xero.models.accounting.PaymentTermType
-
Packages that use PaymentTermType Package Description com.xero.models.accounting -
-
Uses of PaymentTermType in com.xero.models.accounting
Methods in com.xero.models.accounting that return PaymentTermType Modifier and Type Method Description static PaymentTermTypePaymentTermType. fromValue(String value)fromValuePaymentTermTypeBill. getType()Get typestatic PaymentTermTypePaymentTermType. valueOf(String name)Returns 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 PaymentTermType Modifier and Type Method Description voidBill. setType(PaymentTermType type)typeBillBill. type(PaymentTermType type)type
-