Uses of Class
com.xero.models.accounting.BatchPayment
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of BatchPayment in com.xero.models.accounting
Methods in com.xero.models.accounting that return BatchPayment Modifier and Type Method Description BatchPaymentBatchPayment. account(Account account)BatchPaymentBatchPayment. addPaymentsItem(Payment paymentsItem)BatchPaymentBatchPayment. amount(Double amount)BatchPaymentBatchPayment. code(String code)BatchPaymentBatchPayment. date(String date)BatchPaymentBatchPayment. dateString(String dateString)BatchPaymentBatchPayment. details(String details)BatchPaymentBatchPayment. narrative(String narrative)BatchPaymentBatchPayment. particulars(String particulars)BatchPaymentBatchPayment. payments(List<Payment> payments)BatchPaymentBatchPayment. reference(String reference)Methods in com.xero.models.accounting that return types with arguments of type BatchPayment Modifier and Type Method Description List<BatchPayment>BatchPayments. getBatchPayments()Get batchPaymentsMethods in com.xero.models.accounting with parameters of type BatchPayment Modifier and Type Method Description BatchPaymentsBatchPayments. addBatchPaymentsItem(BatchPayment batchPaymentsItem)Method parameters in com.xero.models.accounting with type arguments of type BatchPayment Modifier and Type Method Description BatchPaymentsBatchPayments. batchPayments(List<BatchPayment> batchPayments)voidBatchPayments. setBatchPayments(List<BatchPayment> batchPayments)