Class PaymentLine


  • public class PaymentLine
    extends Object
    PaymentLine
    • Constructor Detail

      • PaymentLine

        public PaymentLine()
    • Method Detail

      • paymentLineID

        public PaymentLine paymentLineID​(UUID paymentLineID)
        Xero identifier for payroll payment line
        Parameters:
        paymentLineID - UUID
        Returns:
        PaymentLine
      • getPaymentLineID

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

        public void setPaymentLineID​(UUID paymentLineID)
        Xero identifier for payroll payment line
        Parameters:
        paymentLineID - UUID
      • amount

        public PaymentLine amount​(Double amount)
        The amount of the payment line
        Parameters:
        amount - Double
        Returns:
        PaymentLine
      • getAmount

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

        public void setAmount​(Double amount)
        The amount of the payment line
        Parameters:
        amount - Double
      • accountNumber

        public PaymentLine accountNumber​(String accountNumber)
        The account number
        Parameters:
        accountNumber - String
        Returns:
        PaymentLine
      • getAccountNumber

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

        public void setAccountNumber​(String accountNumber)
        The account number
        Parameters:
        accountNumber - String
      • sortCode

        public PaymentLine sortCode​(String sortCode)
        The account sort code
        Parameters:
        sortCode - String
        Returns:
        PaymentLine
      • getSortCode

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

        public void setSortCode​(String sortCode)
        The account sort code
        Parameters:
        sortCode - String
      • accountName

        public PaymentLine accountName​(String accountName)
        The account name
        Parameters:
        accountName - String
        Returns:
        PaymentLine
      • getAccountName

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

        public void setAccountName​(String accountName)
        The account name
        Parameters:
        accountName - String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object