| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Allocations |
AccountingApi.createCreditNoteAllocation(String accessToken,
String xeroTenantId,
UUID creditNoteID,
Allocations allocations)
Allows you to create Allocation on CreditNote
|
Allocations |
AccountingApi.createOverpaymentAllocation(String accessToken,
String xeroTenantId,
UUID overpaymentID,
Allocation allocation)
Allows you to retrieve Allocations for overpayments
|
Allocations |
AccountingApi.createOverpaymentAllocations(String accessToken,
String xeroTenantId,
UUID overpaymentID,
Allocations allocations)
Allows you to retrieve Allocations for overpayments
|
Allocations |
AccountingApi.createPrepaymentAllocation(String accessToken,
String xeroTenantId,
UUID prepaymentID,
Allocations allocations)
Allows you to create an Allocation for prepayments
|
| Modifier and Type | Method and Description |
|---|---|
Allocations |
AccountingApi.createCreditNoteAllocation(String accessToken,
String xeroTenantId,
UUID creditNoteID,
Allocations allocations)
Allows you to create Allocation on CreditNote
|
com.google.api.client.http.HttpResponse |
AccountingApi.createCreditNoteAllocationForHttpResponse(String accessToken,
String xeroTenantId,
UUID creditNoteID,
Allocations allocations) |
Allocations |
AccountingApi.createOverpaymentAllocations(String accessToken,
String xeroTenantId,
UUID overpaymentID,
Allocations allocations)
Allows you to retrieve Allocations for overpayments
|
com.google.api.client.http.HttpResponse |
AccountingApi.createOverpaymentAllocationsForHttpResponse(String accessToken,
String xeroTenantId,
UUID overpaymentID,
Allocations allocations) |
Allocations |
AccountingApi.createPrepaymentAllocation(String accessToken,
String xeroTenantId,
UUID prepaymentID,
Allocations allocations)
Allows you to create an Allocation for prepayments
|
com.google.api.client.http.HttpResponse |
AccountingApi.createPrepaymentAllocationForHttpResponse(String accessToken,
String xeroTenantId,
UUID prepaymentID,
Allocations allocations) |
| Modifier and Type | Method and Description |
|---|---|
Allocations |
Allocations.addAllocationsItem(Allocation allocationsItem) |
Allocations |
Allocations.allocations(List<Allocation> allocations) |
Copyright © 2019. All rights reserved.