Uses of Class
com.xero.models.accounting.Payment.StatusEnum
-
Packages that use Payment.StatusEnum Package Description com.xero.models.accounting -
-
Uses of Payment.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Payment.StatusEnum Modifier and Type Method Description static Payment.StatusEnumPayment.StatusEnum. fromValue(String value)fromValuePayment.StatusEnumPayment. getStatus()The status of the payment.static Payment.StatusEnumPayment.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Payment.StatusEnum[]Payment.StatusEnum. 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 Payment.StatusEnum Modifier and Type Method Description voidPayment. setStatus(Payment.StatusEnum status)The status of the payment.PaymentPayment. status(Payment.StatusEnum status)The status of the payment.
-