Uses of Class
com.xero.models.accounting.BatchPayments
Packages that use BatchPayments
-
Uses of BatchPayments in com.xero.api.client
Methods in com.xero.api.client that return BatchPaymentsModifier and TypeMethodDescriptionAccountingApi.createBatchPayment(String accessToken, String xeroTenantId, BatchPayments batchPayments, Boolean summarizeErrors, String idempotencyKey) Creates one or many batch payments for invoicesAccountingApi.deleteBatchPayment(String accessToken, String xeroTenantId, BatchPaymentDelete batchPaymentDelete, String idempotencyKey) Updates a specific batch payment for invoices and credit notesAccountingApi.deleteBatchPaymentByUrlParam(String accessToken, String xeroTenantId, UUID batchPaymentID, BatchPaymentDeleteByUrlParam batchPaymentDeleteByUrlParam, String idempotencyKey) Updates a specific batch payment for invoices and credit notesAccountingApi.getBatchPayment(String accessToken, String xeroTenantId, UUID batchPaymentID) Retrieves a specific batch payment using a unique batch payment IdAccountingApi.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 BatchPaymentsModifier and TypeMethodDescriptionAccountingApi.createBatchPayment(String accessToken, String xeroTenantId, BatchPayments batchPayments, Boolean summarizeErrors, String idempotencyKey) Creates one or many batch payments for invoicescom.google.api.client.http.HttpResponseAccountingApi.createBatchPaymentForHttpResponse(String accessToken, String xeroTenantId, BatchPayments batchPayments, Boolean summarizeErrors, String idempotencyKey) Creates one or many batch payments for invoices -
Uses of BatchPayments in com.xero.models.accounting
Methods in com.xero.models.accounting that return BatchPaymentsModifier and TypeMethodDescriptionBatchPayments.addBatchPaymentsItem(BatchPayment batchPaymentsItem) batchPaymentsBatchPayments.batchPayments(List<BatchPayment> batchPayments) batchPayments