Uses of Class
com.xero.models.finance.PaymentResponse
Packages that use PaymentResponse
-
Uses of PaymentResponse in com.xero.models.finance
Methods in com.xero.models.finance that return PaymentResponseModifier and TypeMethodDescriptionThe amount of the paymentPaymentResponse.bankAmount(Double bankAmount) The bank amount of the paymentPaymentResponse.batchPaymentId(UUID batchPaymentId) Xero Identifier of batch payment.PaymentResponse.creditNote(CreditNoteResponse creditNote) creditNotePaymentResponse.currencyRate(Double currencyRate) Exchange rate when payment is received.PaymentResponse.date(org.threeten.bp.LocalDate date) Date the payment is being made (YYYY-MM-DD) e.g.PaymentResponse.invoice(InvoiceResponse invoice) invoicePaymentResponse.overpayment(OverpaymentResponse overpayment) overpaymentXero Identifier of paymentPaymentResponse.prepayment(PrepaymentResponse prepayment) prepaymentMethods in com.xero.models.finance that return types with arguments of type PaymentResponseModifier and TypeMethodDescriptionStatementLineResponse.getPayments()List of payments associated with reconciled statement linesMethods in com.xero.models.finance with parameters of type PaymentResponseModifier and TypeMethodDescriptionStatementLineResponse.addPaymentsItem(PaymentResponse paymentsItem) List of payments associated with reconciled statement linesMethod parameters in com.xero.models.finance with type arguments of type PaymentResponseModifier and TypeMethodDescriptionStatementLineResponse.payments(List<PaymentResponse> payments) List of payments associated with reconciled statement linesvoidStatementLineResponse.setPayments(List<PaymentResponse> payments) List of payments associated with reconciled statement lines