Uses of Class
com.xero.models.accounting.Payment
-
Packages that use Payment Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of Payment in com.xero.api.client
Methods in com.xero.api.client with parameters of type Payment Modifier and Type Method Description PaymentsAccountingApi. createPayment(String accessToken, String xeroTenantId, Payment payment)Creates a single payment for invoice or credit notescom.google.api.client.http.HttpResponseAccountingApi. createPaymentForHttpResponse(String accessToken, String xeroTenantId, Payment payment)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 Payment Modifier and Type Method Description PaymentPayment. account(Account account)accountPaymentPayment. addValidationErrorsItem(ValidationError validationErrorsItem)Displays array of validation error messages from the APIPaymentPayment. amount(Double amount)The amount of the payment.PaymentPayment. bankAccountNumber(String bankAccountNumber)The suppliers bank account number the payment is being made toPaymentPayment. bankAmount(Double bankAmount)The amount of the payment in the currency of the bank account.PaymentPayment. batchPaymentID(UUID batchPaymentID)Present if the payment was created as part of a batch.PaymentPayment. code(String code)Code of account you are using to make the payment e.g.PaymentPayment. creditNote(CreditNote creditNote)creditNotePaymentPayment. creditNoteNumber(String creditNoteNumber)Number of invoice or credit note you are applying payment to e.g.PaymentPayment. currencyRate(Double currencyRate)Exchange rate when payment is received.PaymentPayment. date(String date)Date the payment is being made (YYYY-MM-DD) e.g.PaymentPayment. details(String details)The information to appear on the supplier's bank accountPaymentPayment. hasAccount(Boolean hasAccount)A boolean to indicate if a contact has an validation errorsPaymentPayment. hasValidationErrors(Boolean hasValidationErrors)A boolean to indicate if a contact has an validation errorsPaymentPayment. invoice(Invoice invoice)invoicePaymentPayment. invoiceNumber(String invoiceNumber)Number of invoice or credit note you are applying payment to e.g.INV-4003PaymentPayment. isReconciled(Boolean isReconciled)An optional parameter for the payment.PaymentPayment. overpayment(Overpayment overpayment)overpaymentPaymentPayment. particulars(String particulars)The suppliers bank account number the payment is being made toPaymentPayment. paymentID(UUID paymentID)The Xero identifier for an Payment e.g.PaymentPayment. prepayment(Prepayment prepayment)prepaymentPaymentPayment. reference(String reference)An optional description for the payment e.g.PaymentPayment. status(Payment.StatusEnum status)The status of the payment.PaymentPayment. statusAttributeString(String statusAttributeString)A string to indicate if a invoice statusPaymentPayment. validationErrors(List<ValidationError> validationErrors)Displays array of validation error messages from the APIMethods in com.xero.models.accounting that return types with arguments of type Payment Modifier and Type Method Description List<Payment>BatchPayment. getPayments()An array of paymentsList<Payment>CreditNote. getPayments()See PaymentsList<Payment>ExpenseClaim. getPayments()See PaymentsList<Payment>Invoice. getPayments()See PaymentsList<Payment>Overpayment. getPayments()See PaymentsList<Payment>Payments. getPayments()Get paymentsList<Payment>Prepayment. getPayments()See PaymentsMethods in com.xero.models.accounting with parameters of type Payment Modifier and Type Method Description BatchPaymentBatchPayment. addPaymentsItem(Payment paymentsItem)An array of paymentsCreditNoteCreditNote. addPaymentsItem(Payment paymentsItem)See PaymentsExpenseClaimExpenseClaim. addPaymentsItem(Payment paymentsItem)See PaymentsOverpaymentOverpayment. addPaymentsItem(Payment paymentsItem)See PaymentsPaymentsPayments. addPaymentsItem(Payment paymentsItem)paymentsPrepaymentPrepayment. addPaymentsItem(Payment paymentsItem)See PaymentsMethod parameters in com.xero.models.accounting with type arguments of type Payment Modifier and Type Method Description BatchPaymentBatchPayment. payments(List<Payment> payments)An array of paymentsCreditNoteCreditNote. payments(List<Payment> payments)See PaymentsExpenseClaimExpenseClaim. payments(List<Payment> payments)See PaymentsOverpaymentOverpayment. payments(List<Payment> payments)See PaymentsPaymentsPayments. payments(List<Payment> payments)paymentsPrepaymentPrepayment. payments(List<Payment> payments)See 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
-