Uses of Enum
com.xero.models.accounting.BatchPayment.TypeEnum
Packages that use BatchPayment.TypeEnum
-
Uses of BatchPayment.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return BatchPayment.TypeEnumModifier and TypeMethodDescriptionstatic BatchPayment.TypeEnumfromValueBatchPayment.getType()PAYBATCH for bill payments or RECBATCH for sales invoice payments (read-only)static BatchPayment.TypeEnumReturns 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.