BatchPayment |
BatchPayment.account(Account account) |
account
|
BatchPayment |
BatchPayment.addPaymentsItem(Payment paymentsItem) |
An array of payments
|
BatchPayment |
BatchPayment.addValidationErrorsItem(ValidationError validationErrorsItem) |
Displays array of validation error messages from the API
|
BatchPayment |
BatchPayment.amount(Double amount) |
The amount of the payment.
|
BatchPayment |
BatchPayment.code(String code) |
(NZ Only) Optional references for the batch payment transaction.
|
BatchPayment |
BatchPayment.date(String date) |
Date the payment is being made (YYYY-MM-DD) e.g.
|
BatchPayment |
BatchPayment.dateString(String dateString) |
Date the payment is being made (YYYY-MM-DD) e.g.
|
BatchPayment |
BatchPayment.details(String details) |
(Non-NZ Only) These details are sent to the org’s bank as a reference for the batch payment
transaction.
|
BatchPayment |
BatchPayment.narrative(String narrative) |
(UK Only) Only shows on the statement line in Xero.
|
BatchPayment |
BatchPayment.particulars(String particulars) |
(NZ Only) Optional references for the batch payment transaction.
|
BatchPayment |
BatchPayment.payments(List<Payment> payments) |
An array of payments
|
BatchPayment |
BatchPayment.reference(String reference) |
(NZ Only) Optional references for the batch payment transaction.
|
BatchPayment |
BatchPayment.validationErrors(List<ValidationError> validationErrors) |
Displays array of validation error messages from the API
|