Uses of Class
com.xero.models.payrollnz.PaymentLine
-
Packages that use 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)The account namePaymentLinePaymentLine. accountNumber(String accountNumber)The account numberPaymentLinePaymentLine. amount(Double amount)The amount of the payment linePaymentLinePaymentLine. paymentLineID(UUID paymentLineID)Xero identifier for payroll payment linePaymentLinePaymentLine. sortCode(String sortCode)The account sort codeMethods 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)paymentLinesMethod parameters in com.xero.models.payrollnz with type arguments of type PaymentLine Modifier and Type Method Description PaySlipPaySlip. paymentLines(List<PaymentLine> paymentLines)paymentLinesvoidPaySlip. setPaymentLines(List<PaymentLine> paymentLines)paymentLines
-