Uses of Class
com.xero.models.accounting.Prepayments
-
Packages that use 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)Retrieves 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)prepaymentsPrepaymentsPrepayments. prepayments(List<Prepayment> prepayments)prepayments
-