Class PayslipV2BankAccountDetail

  • All Implemented Interfaces:
    PositionData

    public class PayslipV2BankAccountDetail
    extends BaseField
    Information about the employee's bank account.
    • Constructor Detail

      • PayslipV2BankAccountDetail

        public PayslipV2BankAccountDetail()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in class BaseField
        Returns:
        true if the field is empty, false otherwise.
      • toFieldList

        public String toFieldList()
        Output the object in a format suitable for inclusion in an rST field list.
      • getBankName

        public String getBankName()
        The name of the bank.
      • getIban

        public String getIban()
        The IBAN of the bank account.
      • getSwift

        public String getSwift()
        The SWIFT code of the bank.