Uses of Class
com.xero.models.accounting.BatchPayments
-
Packages that use 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)Creates one or many batch payments for invoicesBatchPaymentsAccountingApi. getBatchPayments(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order)Retrieves either one or many batch payments 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)Creates one or many batch payments for invoicescom.google.api.client.http.HttpResponseAccountingApi. createBatchPaymentForHttpResponse(String accessToken, String xeroTenantId, BatchPayments batchPayments, Boolean summarizeErrors)Creates one or many batch payments for invoices -
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)batchPaymentsBatchPaymentsBatchPayments. batchPayments(List<BatchPayment> batchPayments)batchPayments
-