| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Payments |
AccountingApi.createPayment(Payments payments)
200 - A successful request
|
Payments |
AccountingApi.getPayment(UUID paymentID)
Retrieve either one or many payments for invoices and credit notes
|
Payments |
AccountingApi.getPayments(org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order)
Retrieve either one or many payments for invoices and credit notes
|
Payments |
AccountingApi.updatePayment(UUID paymentID,
Payments payments)
200 - A successful request
|
| Modifier and Type | Method and Description |
|---|---|
Payments |
AccountingApi.createPayment(Payments payments)
200 - A successful request
|
Payments |
AccountingApi.updatePayment(UUID paymentID,
Payments payments)
200 - A successful request
|
| Modifier and Type | Method and Description |
|---|---|
Payments |
Payments.addPaymentsItem(Payment paymentsItem) |
Payments |
Payments.payments(List<Payment> payments) |
Copyright © 2019. All rights reserved.