Uses of Class
com.xero.models.accounting.PaymentDelete
-
Packages that use PaymentDelete Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of PaymentDelete in com.xero.api.client
Methods in com.xero.api.client with parameters of type PaymentDelete Modifier and Type Method Description PaymentsAccountingApi. deletePayment(String accessToken, String xeroTenantId, UUID paymentID, PaymentDelete paymentDelete)Updates a specific payment for invoices and credit notescom.google.api.client.http.HttpResponseAccountingApi. deletePaymentForHttpResponse(String accessToken, String xeroTenantId, UUID paymentID, PaymentDelete paymentDelete)Updates a specific payment for invoices and credit notes -
Uses of PaymentDelete in com.xero.models.accounting
Methods in com.xero.models.accounting that return PaymentDelete Modifier and Type Method Description PaymentDeletePaymentDelete. status(String status)The status of the payment.
-