Class BRLocalAccountIdentification


  • public class BRLocalAccountIdentification
    extends Object
    BRLocalAccountIdentification
    • Constructor Detail

      • BRLocalAccountIdentification

        public BRLocalAccountIdentification()
    • Method Detail

      • getAccountNumber

        public String getAccountNumber()
        The bank account number, without separators or whitespace.
        Returns:
        accountNumber
      • setAccountNumber

        public void setAccountNumber​(String accountNumber)
        The bank account number, without separators or whitespace.
        Parameters:
        accountNumber -
      • getBankCode

        public String getBankCode()
        The 3-digit bank code, with leading zeros.
        Returns:
        bankCode
      • setBankCode

        public void setBankCode​(String bankCode)
        The 3-digit bank code, with leading zeros.
        Parameters:
        bankCode -
      • getBranchNumber

        public String getBranchNumber()
        The bank account branch number, without separators or whitespace.
        Returns:
        branchNumber
      • setBranchNumber

        public void setBranchNumber​(String branchNumber)
        The bank account branch number, without separators or whitespace.
        Parameters:
        branchNumber -
      • getFormFactor

        public String getFormFactor()
        The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
        Returns:
        formFactor
      • setFormFactor

        public void setFormFactor​(String formFactor)
        The form factor of the account. Possible values: **physical**, **virtual**. Default value: **physical**.
        Parameters:
        formFactor -
      • equals

        public boolean equals​(Object o)
        Return true if this BRLocalAccountIdentification object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

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

        public static BRLocalAccountIdentification fromJson​(String jsonString)
                                                     throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of BRLocalAccountIdentification given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of BRLocalAccountIdentification
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to BRLocalAccountIdentification
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of BRLocalAccountIdentification to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException