Uses of Enum
com.xero.models.accounting.Payment.StatusEnum
Packages that use Payment.StatusEnum
-
Uses of Payment.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Payment.StatusEnumModifier and TypeMethodDescriptionstatic Payment.StatusEnumfromValuePayment.getStatus()The status of the payment.static Payment.StatusEnumReturns 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.StatusEnumModifier and TypeMethodDescriptionvoidPayment.setStatus(Payment.StatusEnum status) The status of the payment.Payment.status(Payment.StatusEnum status) The status of the payment.