Uses of Class
com.xero.models.accounting.Payments
-
Packages that use Payments Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of Payments in com.xero.api.client
Methods in com.xero.api.client that return Payments Modifier and Type Method Description PaymentsAccountingApi. createPayment(String accessToken, String xeroTenantId, Payment payment)Creates a single payment for invoice or credit notesPaymentsAccountingApi. createPayments(String accessToken, String xeroTenantId, Payments payments, Boolean summarizeErrors)Creates multiple payments for invoices or credit notesPaymentsAccountingApi. deletePayment(String accessToken, String xeroTenantId, UUID paymentID, PaymentDelete paymentDelete)Updates a specific payment for invoices and credit notesPaymentsAccountingApi. getPayment(String accessToken, String xeroTenantId, UUID paymentID)Retrieves a specific payment for invoices and credit notes using a unique payment IdPaymentsAccountingApi. getPayments(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, Integer page)Retrieves payments for invoices and credit notesMethods in com.xero.api.client with parameters of type Payments Modifier and Type Method Description PaymentsAccountingApi. createPayments(String accessToken, String xeroTenantId, Payments payments, Boolean summarizeErrors)Creates multiple payments for invoices or credit notescom.google.api.client.http.HttpResponseAccountingApi. createPaymentsForHttpResponse(String accessToken, String xeroTenantId, Payments payments, Boolean summarizeErrors)Creates multiple payments for invoices or credit notes -
Uses of Payments in com.xero.models.accounting
Methods in com.xero.models.accounting that return Payments Modifier and Type Method Description PaymentsPayments. addPaymentsItem(Payment paymentsItem)paymentsPaymentsPayments. payments(List<Payment> payments)payments
-