Uses of Class
com.xero.models.accounting.RequestEmpty
-
Packages that use RequestEmpty Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of RequestEmpty in com.xero.api.client
Methods in com.xero.api.client with parameters of type RequestEmpty Modifier and Type Method Description voidAccountingApi. emailInvoice(String accessToken, String xeroTenantId, UUID invoiceID, RequestEmpty requestEmpty)Sends a copy of a specific invoice to related contact via emailcom.google.api.client.http.HttpResponseAccountingApi. emailInvoiceForHttpResponse(String accessToken, String xeroTenantId, UUID invoiceID, RequestEmpty requestEmpty)Sends a copy of a specific invoice to related contact via email -
Uses of RequestEmpty in com.xero.models.accounting
Methods in com.xero.models.accounting that return RequestEmpty Modifier and Type Method Description RequestEmptyRequestEmpty. status(String status)Need at least one field to create an empty JSON payload
-