Uses of Class
com.xero.models.accounting.Payment.PaymentTypeEnum
-
Packages that use Payment.PaymentTypeEnum Package Description com.xero.models.accounting -
-
Uses of Payment.PaymentTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Payment.PaymentTypeEnum Modifier and Type Method Description static Payment.PaymentTypeEnumPayment.PaymentTypeEnum. fromValue(String value)fromValuePayment.PaymentTypeEnumPayment. getPaymentType()See Payment Types.static Payment.PaymentTypeEnumPayment.PaymentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Payment.PaymentTypeEnum[]Payment.PaymentTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-