Class PostBankBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostBankBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-03-22T12:45:23.511311Z[Etc/UTC]") public class PostBankBankModel extends Object
PostBankBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostBankBankModel.FeaturesEnumGets or Sets featuresstatic classPostBankBankModel.TypeEnumThe bank's type.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FEATURESstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_SUPPORTED_COUNTRY_CODESstatic StringJSON_PROPERTY_SUPPORTED_FIAT_ACCOUNT_ASSETSstatic StringJSON_PROPERTY_SUPPORTED_TRADING_SYMBOLSstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description PostBankBankModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUPPORTED_TRADING_SYMBOLS
public static final String JSON_PROPERTY_SUPPORTED_TRADING_SYMBOLS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FEATURES
public static final String JSON_PROPERTY_FEATURES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUPPORTED_FIAT_ACCOUNT_ASSETS
public static final String JSON_PROPERTY_SUPPORTED_FIAT_ACCOUNT_ASSETS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUPPORTED_COUNTRY_CODES
public static final String JSON_PROPERTY_SUPPORTED_COUNTRY_CODES
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public PostBankBankModel name(String name)
-
setName
public void setName(String name)
-
type
public PostBankBankModel type(PostBankBankModel.TypeEnum type)
-
getType
@Nonnull public PostBankBankModel.TypeEnum getType()
The bank's type. At present, only **sandbox** is supported.- Returns:
- type
-
setType
public void setType(PostBankBankModel.TypeEnum type)
-
supportedTradingSymbols
public PostBankBankModel supportedTradingSymbols(List<String> supportedTradingSymbols)
-
addSupportedTradingSymbolsItem
public PostBankBankModel addSupportedTradingSymbolsItem(String supportedTradingSymbolsItem)
-
getSupportedTradingSymbols
@Nonnull public List<String> getSupportedTradingSymbols()
The bank's list of supported trading symbols.- Returns:
- supportedTradingSymbols
-
setSupportedTradingSymbols
public void setSupportedTradingSymbols(List<String> supportedTradingSymbols)
-
features
public PostBankBankModel features(List<PostBankBankModel.FeaturesEnum> features)
-
addFeaturesItem
public PostBankBankModel addFeaturesItem(PostBankBankModel.FeaturesEnum featuresItem)
-
getFeatures
@Nonnull public List<PostBankBankModel.FeaturesEnum> getFeatures()
The bank's enabled features. At present, both **attestation_identity_records** and **backstopped_funding_source** must be set.- Returns:
- features
-
setFeatures
public void setFeatures(List<PostBankBankModel.FeaturesEnum> features)
-
supportedFiatAccountAssets
public PostBankBankModel supportedFiatAccountAssets(List<String> supportedFiatAccountAssets)
-
addSupportedFiatAccountAssetsItem
public PostBankBankModel addSupportedFiatAccountAssetsItem(String supportedFiatAccountAssetsItem)
-
getSupportedFiatAccountAssets
@Nonnull public List<String> getSupportedFiatAccountAssets()
The bank's list of supported fiat assets.- Returns:
- supportedFiatAccountAssets
-
setSupportedFiatAccountAssets
public void setSupportedFiatAccountAssets(List<String> supportedFiatAccountAssets)
-
supportedCountryCodes
public PostBankBankModel supportedCountryCodes(List<String> supportedCountryCodes)
-
addSupportedCountryCodesItem
public PostBankBankModel addSupportedCountryCodesItem(String supportedCountryCodesItem)
-
getSupportedCountryCodes
@Nullable public List<String> getSupportedCountryCodes()
The bank's list of supported country codes.- Returns:
- supportedCountryCodes
-
-