Uses of Class
com.xero.models.accounting.Payment
Packages that use Payment
-
Uses of Payment in com.xero.api.client
Methods in com.xero.api.client with parameters of type PaymentModifier and TypeMethodDescriptionAccountingApi.createPayment(String accessToken, String xeroTenantId, Payment payment, String idempotencyKey) Creates a single payment for invoice or credit notescom.google.api.client.http.HttpResponseAccountingApi.createPaymentForHttpResponse(String accessToken, String xeroTenantId, Payment payment, String idempotencyKey) Creates a single payment for invoice or credit notes -
Uses of Payment in com.xero.models.accounting
Methods in com.xero.models.accounting that return PaymentModifier and TypeMethodDescriptionaccountPayment.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APIPayment.addWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APIThe amount of the payment.Payment.bankAccountNumber(String bankAccountNumber) The suppliers bank account number the payment is being made toPayment.bankAmount(Double bankAmount) The amount of the payment in the currency of the bank account.Payment.batchPayment(BatchPayment batchPayment) batchPaymentPayment.batchPaymentID(UUID batchPaymentID) Present if the payment was created as part of a batch.Code of account you are using to make the payment e.g.Payment.creditNote(CreditNote creditNote) creditNotePayment.creditNoteNumber(String creditNoteNumber) Number of invoice or credit note you are applying payment to e.g.Payment.currencyRate(Double currencyRate) Exchange rate when payment is received.Date the payment is being made (YYYY-MM-DD) e.g.The information to appear on the supplier's bank accountPayment.hasAccount(Boolean hasAccount) A boolean to indicate if a contact has an validation errorsPayment.hasValidationErrors(Boolean hasValidationErrors) A boolean to indicate if a contact has an validation errorsinvoicePayment.invoiceNumber(String invoiceNumber) Number of invoice or credit note you are applying payment to e.g.INV-4003Payment.isReconciled(Boolean isReconciled) An optional parameter for the payment.Payment.overpayment(Overpayment overpayment) overpaymentPayment.particulars(String particulars) The suppliers bank account number the payment is being made toThe Xero identifier for an Payment e.g.Payment.prepayment(Prepayment prepayment) prepaymentAn optional description for the payment e.g.Payment.status(Payment.StatusEnum status) The status of the payment.Payment.statusAttributeString(String statusAttributeString) A string to indicate if a invoice statusPayment.validationErrors(List<ValidationError> validationErrors) Displays array of validation error messages from the APIPayment.warnings(List<ValidationError> warnings) Displays array of warning messages from the APIMethods in com.xero.models.accounting that return types with arguments of type PaymentModifier and TypeMethodDescriptionBatchPayment.getPayments()An array of paymentsCreditNote.getPayments()See PaymentsExpenseClaim.getPayments()See PaymentsInvoice.getPayments()See PaymentsOverpayment.getPayments()See PaymentsPayments.getPayments()Get paymentsPrepayment.getPayments()See PaymentsMethods in com.xero.models.accounting with parameters of type PaymentModifier and TypeMethodDescriptionBatchPayment.addPaymentsItem(Payment paymentsItem) An array of paymentsCreditNote.addPaymentsItem(Payment paymentsItem) See PaymentsExpenseClaim.addPaymentsItem(Payment paymentsItem) See PaymentsOverpayment.addPaymentsItem(Payment paymentsItem) See PaymentsPayments.addPaymentsItem(Payment paymentsItem) paymentsPrepayment.addPaymentsItem(Payment paymentsItem) See PaymentsMethod parameters in com.xero.models.accounting with type arguments of type PaymentModifier and TypeMethodDescriptionAn array of paymentsSee PaymentsSee PaymentsSee PaymentspaymentsSee PaymentsvoidBatchPayment.setPayments(List<Payment> payments) An array of paymentsvoidCreditNote.setPayments(List<Payment> payments) See PaymentsvoidExpenseClaim.setPayments(List<Payment> payments) See PaymentsvoidOverpayment.setPayments(List<Payment> payments) See PaymentsvoidPayments.setPayments(List<Payment> payments) paymentsvoidPrepayment.setPayments(List<Payment> payments) See Payments