Uses of Class
com.xero.models.payrollnz.PaymentLine
| Package | Description |
|---|---|
| com.xero.models.payrollnz |
-
Uses of PaymentLine in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return PaymentLine Modifier and Type Method Description PaymentLinePaymentLine. accountName(String accountName)PaymentLinePaymentLine. accountNumber(String accountNumber)PaymentLinePaymentLine. amount(Double amount)PaymentLinePaymentLine. paymentLineID(UUID paymentLineID)PaymentLinePaymentLine. sortCode(String sortCode)Methods in com.xero.models.payrollnz that return types with arguments of type PaymentLine Modifier and Type Method Description List<PaymentLine>PaySlip. getPaymentLines()Get paymentLinesMethods in com.xero.models.payrollnz with parameters of type PaymentLine Modifier and Type Method Description PaySlipPaySlip. addPaymentLinesItem(PaymentLine paymentLinesItem)Method parameters in com.xero.models.payrollnz with type arguments of type PaymentLine Modifier and Type Method Description PaySlipPaySlip. paymentLines(List<PaymentLine> paymentLines)voidPaySlip. setPaymentLines(List<PaymentLine> paymentLines)