Uses of Class
com.xero.models.accounting.Prepayments
Packages that use Prepayments
-
Uses of Prepayments in com.xero.api.client
Methods in com.xero.api.client that return PrepaymentsModifier and TypeMethodDescriptionAccountingApi.getPrepayment(String accessToken, String xeroTenantId, UUID prepaymentID) Allows you to retrieve a specified prepaymentsAccountingApi.getPrepayments(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, Integer page, Integer unitdp, Integer pageSize) Retrieves prepayments -
Uses of Prepayments in com.xero.models.accounting
Methods in com.xero.models.accounting that return PrepaymentsModifier and TypeMethodDescriptionPrepayments.addPrepaymentsItem(Prepayment prepaymentsItem) prepaymentsPrepayments.addWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APIPrepayments.pagination(Pagination pagination) paginationPrepayments.prepayments(List<Prepayment> prepayments) prepaymentsPrepayments.warnings(List<ValidationError> warnings) Displays array of warning messages from the API