Uses of Class
com.xero.models.accounting.BatchPayments
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
-
Uses of BatchPayments in com.xero.api.client
Methods in com.xero.api.client that return BatchPayments Modifier and Type Method Description BatchPaymentsAccountingApi. createBatchPayment(String accessToken, String xeroTenantId, BatchPayments batchPayments, Boolean summarizeErrors)Create one or many BatchPayments for invoicesBatchPaymentsAccountingApi. getBatchPayments(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order)Retrieve either one or many BatchPayments for invoicesMethods in com.xero.api.client with parameters of type BatchPayments Modifier and Type Method Description BatchPaymentsAccountingApi. createBatchPayment(String accessToken, String xeroTenantId, BatchPayments batchPayments, Boolean summarizeErrors)Create one or many BatchPayments for invoicescom.google.api.client.http.HttpResponseAccountingApi. createBatchPaymentForHttpResponse(String accessToken, String xeroTenantId, BatchPayments batchPayments, Boolean summarizeErrors) -
Uses of BatchPayments in com.xero.models.accounting
Methods in com.xero.models.accounting that return BatchPayments Modifier and Type Method Description BatchPaymentsBatchPayments. addBatchPaymentsItem(BatchPayment batchPaymentsItem)BatchPaymentsBatchPayments. batchPayments(List<BatchPayment> batchPayments)