Class BankAccountIdentificationTypeRequirement


  • public class BankAccountIdentificationTypeRequirement
    extends Object
    BankAccountIdentificationTypeRequirement
    • Constructor Detail

      • BankAccountIdentificationTypeRequirement

        public BankAccountIdentificationTypeRequirement()
    • Method Detail

      • description

        public BankAccountIdentificationTypeRequirement description​(String description)
        Specifies the bank account details for a particular route per required field in this object depending on the country of the bank account and the currency of the transfer.
        Parameters:
        description -
        Returns:
        the current BankAccountIdentificationTypeRequirement instance, allowing for method chaining
      • getDescription

        public String getDescription()
        Specifies the bank account details for a particular route per required field in this object depending on the country of the bank account and the currency of the transfer.
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
        Specifies the bank account details for a particular route per required field in this object depending on the country of the bank account and the currency of the transfer.
        Parameters:
        description -
      • equals

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

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

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

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