Uses of Class
com.xero.models.accounting.BatchPayment.TypeEnum
-
Packages that use BatchPayment.TypeEnum Package Description com.xero.models.accounting -
-
Uses of BatchPayment.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return BatchPayment.TypeEnum Modifier and Type Method Description static BatchPayment.TypeEnumBatchPayment.TypeEnum. fromValue(String value)fromValueBatchPayment.TypeEnumBatchPayment. getType()PAYBATCH for bill payments or RECBATCH for sales invoice payments (read-only)static BatchPayment.TypeEnumBatchPayment.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchPayment.TypeEnum[]BatchPayment.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-