Uses of Class
com.xero.models.accounting.Payments
Packages that use Payments
-
Uses of Payments in com.xero.api.client
Methods in com.xero.api.client that return PaymentsModifier and TypeMethodDescriptionAccountingApi.createPayment(String accessToken, String xeroTenantId, Payment payment, String idempotencyKey) Creates a single payment for invoice or credit notesAccountingApi.createPayments(String accessToken, String xeroTenantId, Payments payments, Boolean summarizeErrors, String idempotencyKey) Creates multiple payments for invoices or credit notesAccountingApi.deletePayment(String accessToken, String xeroTenantId, UUID paymentID, PaymentDelete paymentDelete, String idempotencyKey) Updates a specific payment for invoices and credit notesAccountingApi.getPayment(String accessToken, String xeroTenantId, UUID paymentID) Retrieves a specific payment for invoices and credit notes using a unique payment IdAccountingApi.getPayments(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, Integer page, Integer pageSize) Retrieves payments for invoices and credit notesMethods in com.xero.api.client with parameters of type PaymentsModifier and TypeMethodDescriptionAccountingApi.createPayments(String accessToken, String xeroTenantId, Payments payments, Boolean summarizeErrors, String idempotencyKey) Creates multiple payments for invoices or credit notescom.google.api.client.http.HttpResponseAccountingApi.createPaymentsForHttpResponse(String accessToken, String xeroTenantId, Payments payments, Boolean summarizeErrors, String idempotencyKey) Creates multiple payments for invoices or credit notes -
Uses of Payments in com.xero.models.accounting
Methods in com.xero.models.accounting that return PaymentsModifier and TypeMethodDescriptionPayments.addPaymentsItem(Payment paymentsItem) paymentsPayments.addWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APIPayments.pagination(Pagination pagination) paginationpaymentsPayments.warnings(List<ValidationError> warnings) Displays array of warning messages from the API