Class PayByBankPlaidInfo


  • public class PayByBankPlaidInfo
    extends Object
    PayByBankPlaidInfo
    • Constructor Detail

      • PayByBankPlaidInfo

        public PayByBankPlaidInfo()
    • Method Detail

      • countryCode

        public PayByBankPlaidInfo countryCode​(String countryCode)
        Country Code.
        Parameters:
        countryCode - Country Code.
        Returns:
        the current PayByBankPlaidInfo instance, allowing for method chaining
      • getCountryCode

        public String getCountryCode()
        Country Code.
        Returns:
        countryCode Country Code.
      • setCountryCode

        public void setCountryCode​(String countryCode)
        Country Code.
        Parameters:
        countryCode - Country Code.
      • logo

        public PayByBankPlaidInfo logo​(String logo)
        Merchant logo (max. size 150kB). Format: Base64-encoded string.
        Parameters:
        logo - Merchant logo (max. size 150kB). Format: Base64-encoded string.
        Returns:
        the current PayByBankPlaidInfo instance, allowing for method chaining
      • getLogo

        public String getLogo()
        Merchant logo (max. size 150kB). Format: Base64-encoded string.
        Returns:
        logo Merchant logo (max. size 150kB). Format: Base64-encoded string.
      • setLogo

        public void setLogo​(String logo)
        Merchant logo (max. size 150kB). Format: Base64-encoded string.
        Parameters:
        logo - Merchant logo (max. size 150kB). Format: Base64-encoded string.
      • merchantCity

        public PayByBankPlaidInfo merchantCity​(String merchantCity)
        The city the merchant is doing business in.
        Parameters:
        merchantCity - The city the merchant is doing business in.
        Returns:
        the current PayByBankPlaidInfo instance, allowing for method chaining
      • getMerchantCity

        public String getMerchantCity()
        The city the merchant is doing business in.
        Returns:
        merchantCity The city the merchant is doing business in.
      • setMerchantCity

        public void setMerchantCity​(String merchantCity)
        The city the merchant is doing business in.
        Parameters:
        merchantCity - The city the merchant is doing business in.
      • merchantLegalName

        public PayByBankPlaidInfo merchantLegalName​(String merchantLegalName)
        Legal Business Name of the Merchant.
        Parameters:
        merchantLegalName - Legal Business Name of the Merchant.
        Returns:
        the current PayByBankPlaidInfo instance, allowing for method chaining
      • getMerchantLegalName

        public String getMerchantLegalName()
        Legal Business Name of the Merchant.
        Returns:
        merchantLegalName Legal Business Name of the Merchant.
      • setMerchantLegalName

        public void setMerchantLegalName​(String merchantLegalName)
        Legal Business Name of the Merchant.
        Parameters:
        merchantLegalName - Legal Business Name of the Merchant.
      • merchantShopUrl

        public PayByBankPlaidInfo merchantShopUrl​(String merchantShopUrl)
        Merchant shop url.
        Parameters:
        merchantShopUrl - Merchant shop url.
        Returns:
        the current PayByBankPlaidInfo instance, allowing for method chaining
      • getMerchantShopUrl

        public String getMerchantShopUrl()
        Merchant shop url.
        Returns:
        merchantShopUrl Merchant shop url.
      • setMerchantShopUrl

        public void setMerchantShopUrl​(String merchantShopUrl)
        Merchant shop url.
        Parameters:
        merchantShopUrl - Merchant shop url.
      • merchantStateProvince

        public PayByBankPlaidInfo merchantStateProvince​(String merchantStateProvince)
        The state/province of the merchant.
        Parameters:
        merchantStateProvince - The state/province of the merchant.
        Returns:
        the current PayByBankPlaidInfo instance, allowing for method chaining
      • getMerchantStateProvince

        public String getMerchantStateProvince()
        The state/province of the merchant.
        Returns:
        merchantStateProvince The state/province of the merchant.
      • setMerchantStateProvince

        public void setMerchantStateProvince​(String merchantStateProvince)
        The state/province of the merchant.
        Parameters:
        merchantStateProvince - The state/province of the merchant.
      • merchantStreetAddress

        public PayByBankPlaidInfo merchantStreetAddress​(String merchantStreetAddress)
        The street address of the merchant.
        Parameters:
        merchantStreetAddress - The street address of the merchant.
        Returns:
        the current PayByBankPlaidInfo instance, allowing for method chaining
      • getMerchantStreetAddress

        public String getMerchantStreetAddress()
        The street address of the merchant.
        Returns:
        merchantStreetAddress The street address of the merchant.
      • setMerchantStreetAddress

        public void setMerchantStreetAddress​(String merchantStreetAddress)
        The street address of the merchant.
        Parameters:
        merchantStreetAddress - The street address of the merchant.
      • transactionDescription

        public PayByBankPlaidInfo transactionDescription​(TransactionDescriptionInfo transactionDescription)
        transactionDescription
        Parameters:
        transactionDescription -
        Returns:
        the current PayByBankPlaidInfo instance, allowing for method chaining
      • getTransactionDescription

        public TransactionDescriptionInfo getTransactionDescription()
        Get transactionDescription
        Returns:
        transactionDescription
      • setTransactionDescription

        public void setTransactionDescription​(TransactionDescriptionInfo transactionDescription)
        transactionDescription
        Parameters:
        transactionDescription -
      • zipCode

        public PayByBankPlaidInfo zipCode​(String zipCode)
        The zip code of the account.
        Parameters:
        zipCode - The zip code of the account.
        Returns:
        the current PayByBankPlaidInfo instance, allowing for method chaining
      • getZipCode

        public String getZipCode()
        The zip code of the account.
        Returns:
        zipCode The zip code of the account.
      • setZipCode

        public void setZipCode​(String zipCode)
        The zip code of the account.
        Parameters:
        zipCode - The zip code of the account.
      • equals

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

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

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

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