Class PaymentLine

java.lang.Object
com.xero.models.payrolluk.PaymentLine

public class PaymentLine
extends Object
PaymentLine
  • Constructor Details

    • PaymentLine

      public PaymentLine()
  • Method Details

    • paymentLineID

      public PaymentLine paymentLineID​(UUID paymentLineID)
    • getPaymentLineID

      public UUID getPaymentLineID()
      Xero identifier for payroll payment line
      Returns:
      paymentLineID
    • setPaymentLineID

      public void setPaymentLineID​(UUID paymentLineID)
    • amount

      public PaymentLine amount​(Double amount)
    • getAmount

      public Double getAmount()
      The amount of the payment line
      Returns:
      amount
    • setAmount

      public void setAmount​(Double amount)
    • accountNumber

      public PaymentLine accountNumber​(String accountNumber)
    • getAccountNumber

      public String getAccountNumber()
      The account number
      Returns:
      accountNumber
    • setAccountNumber

      public void setAccountNumber​(String accountNumber)
    • sortCode

      public PaymentLine sortCode​(String sortCode)
    • getSortCode

      public String getSortCode()
      The account sort code
      Returns:
      sortCode
    • setSortCode

      public void setSortCode​(String sortCode)
    • accountName

      public PaymentLine accountName​(String accountName)
    • getAccountName

      public String getAccountName()
      The account name
      Returns:
      accountName
    • setAccountName

      public void setAccountName​(String accountName)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object