-
Methods in com.xero.api.client that return Payments
| Modifier and Type |
Method |
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,
Boolean summarizeErrors) |
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,
Integer page) |
Allows you to retrieve payments for invoices and credit notes
|
-