| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Payments |
AccountingApi.createPayment(String accessToken,
String xeroTenantId,
Payment payment)
Allows you to create a single payment for invoices or credit notes
|
Payments |
AccountingApi.createPayments(String accessToken,
String xeroTenantId,
Payments payments)
Allows you to create multiple payments for invoices or credit notes
|
Payments |
AccountingApi.deletePayment(String accessToken,
String xeroTenantId,
UUID paymentID,
PaymentDelete paymentDelete)
Allows you to update a specified payment for invoices and credit notes
|
Payments |
AccountingApi.getPayment(String accessToken,
String xeroTenantId,
UUID paymentID)
Allows you to retrieve a specified payment for invoices and credit notes
|
Payments |
AccountingApi.getPayments(String accessToken,
String xeroTenantId,
org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order)
Allows you to retrieve payments for invoices and credit notes
|
| Modifier and Type | Method and Description |
|---|---|
Payments |
AccountingApi.createPayments(String accessToken,
String xeroTenantId,
Payments payments)
Allows you to create multiple payments for invoices or credit notes
|
com.google.api.client.http.HttpResponse |
AccountingApi.createPaymentsForHttpResponse(String accessToken,
String xeroTenantId,
Payments payments) |
| Modifier and Type | Method and Description |
|---|---|
Payments |
Payments.addPaymentsItem(Payment paymentsItem) |
Payments |
Payments.payments(List<Payment> payments) |
Copyright © 2020. All rights reserved.