| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Payments |
AccountingApi.createPayment(Payments payments)
Allows you to create payments for invoices and credit notes
|
Payments |
AccountingApi.deletePayment(UUID paymentID,
Payments payments)
Allows you to update a specified payment for invoices and credit notes
|
Payments |
AccountingApi.getPayment(UUID paymentID)
Allows you to retrieve a specified payment for invoices and credit notes
|
Payments |
AccountingApi.getPayments(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.createPayment(Payments payments)
Allows you to create payments for invoices and credit notes
|
Payments |
AccountingApi.deletePayment(UUID paymentID,
Payments payments)
Allows you to update a specified payment for invoices and credit notes
|
| Modifier and Type | Method and Description |
|---|---|
Payments |
Payments.addPaymentsItem(Payment paymentsItem) |
Payments |
Payments.payments(List<Payment> payments) |
Copyright © 2019. All rights reserved.