Class BankBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-08-19T21:39:32.922549Z[Etc/UTC]")
    public class BankBankModel
    extends Object
    BankBankModel
    • Constructor Detail

      • BankBankModel

        public BankBankModel()
    • Method Detail

      • getGuid

        @Nonnull
        public String getGuid()
        Auto-generated unique identifier for the bank.
        Returns:
        guid
      • setGuid

        public void setGuid​(String guid)
      • getOrganizationGuid

        @Nonnull
        public String getOrganizationGuid()
        The organization's identifier.
        Returns:
        organizationGuid
      • setOrganizationGuid

        public void setOrganizationGuid​(String organizationGuid)
      • getName

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

        public void setName​(String name)
      • getType

        @Nonnull
        public String getType()
        The bank type; one of sandbox or production.
        Returns:
        type
      • setType

        public void setType​(String type)
      • addSupportedTradingSymbolsItem

        public BankBankModel 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)
      • supportedFiatAccountAssets

        public BankBankModel supportedFiatAccountAssets​(List<String> supportedFiatAccountAssets)
      • addSupportedFiatAccountAssetsItem

        public BankBankModel addSupportedFiatAccountAssetsItem​(String supportedFiatAccountAssetsItem)
      • getSupportedFiatAccountAssets

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

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

        public BankBankModel 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)
      • getFeatures

        @Nonnull
        public List<String> getFeatures()
        The bank's enabled features.
        Returns:
        features
      • setFeatures

        public void setFeatures​(List<String> features)
      • getCreatedAt

        @Nonnull
        public OffsetDateTime getCreatedAt()
        ISO8601 datetime the record was created at.
        Returns:
        createdAt
      • setCreatedAt

        public void setCreatedAt​(OffsetDateTime createdAt)
      • getUpdatedAt

        @Nullable
        public OffsetDateTime getUpdatedAt()
        ISO8601 datetime the record was last updated at.
        Returns:
        updatedAt
      • setUpdatedAt

        public void setUpdatedAt​(OffsetDateTime updatedAt)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object