Class PatchBankBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2022-11-18T17:28:16.235699Z[Etc/UTC]")
    public class PatchBankBankModel
    extends Object
    PatchBankBankModel
    • Constructor Detail

      • PatchBankBankModel

        public PatchBankBankModel()
    • Method Detail

      • getName

        @Nullable
        public String getName()
        The bank's name.
        Returns:
        name
      • setName

        public void setName​(String name)
      • addSupportedTradingSymbolsItem

        public PatchBankBankModel addSupportedTradingSymbolsItem​(String supportedTradingSymbolsItem)
      • getSupportedTradingSymbols

        @Nullable
        public List<String> getSupportedTradingSymbols()
        The bank's list of supported trading symbols.
        Returns:
        supportedTradingSymbols
      • setSupportedTradingSymbols

        public void setSupportedTradingSymbols​(List<String> supportedTradingSymbols)
      • addSupportedFiatAccountAssetsItem

        public PatchBankBankModel addSupportedFiatAccountAssetsItem​(String supportedFiatAccountAssetsItem)
      • getSupportedFiatAccountAssets

        @Nullable
        public List<String> getSupportedFiatAccountAssets()
        The bank's list of supported fiat assets.
        Returns:
        supportedFiatAccountAssets
      • setSupportedFiatAccountAssets

        public void setSupportedFiatAccountAssets​(List<String> supportedFiatAccountAssets)
      • addSupportedCountryCodesItem

        public PatchBankBankModel addSupportedCountryCodesItem​(String supportedCountryCodesItem)
      • getSupportedCountryCodes

        @Nullable
        public List<String> getSupportedCountryCodes()
        The bank's list of supported country codes.
        Returns:
        supportedCountryCodes
      • setSupportedCountryCodes

        public void setSupportedCountryCodes​(List<String> supportedCountryCodes)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object