Uses of Class
com.xero.models.accounting.Prepayments
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
-
Uses of Prepayments in com.xero.api.client
Methods in com.xero.api.client that return Prepayments Modifier and Type Method Description PrepaymentsAccountingApi. getPrepayment(String accessToken, String xeroTenantId, UUID prepaymentID)Allows you to retrieve a specified prepaymentsPrepaymentsAccountingApi. getPrepayments(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, Integer page, Integer unitdp)Allows you to retrieve prepayments -
Uses of Prepayments in com.xero.models.accounting
Methods in com.xero.models.accounting that return Prepayments Modifier and Type Method Description PrepaymentsPrepayments. addPrepaymentsItem(Prepayment prepaymentsItem)PrepaymentsPrepayments. prepayments(List<Prepayment> prepayments)