# BankBankModel

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**guid** | **String** | Auto-generated unique identifier for the bank. | 
**organizationGuid** | **String** | The organization's identifier. | 
**name** | **String** | The bank's name. | 
**type** | **String** | The bank type; one of sandbox or production. | 
**supportedTradingSymbols** | **[String]** | The bank's list of supported trading symbols. | [optional] 
**supportedPayoutSymbols** | [BankSupportedPayoutSymbolsInnerBankModel] | The bank's list of supported payout symbols. | [optional] 
**supportedFiatAccountAssets** | **[String]** | The bank's list of supported fiat symbols. | [optional] 
**supportedCountryCodes** | **[String]** | The bank's list of supported country codes. | [optional] 
**features** | **[String]** | The bank's enabled features. | 
**corsAllowedOrigins** | **[String]** | The bank's list of CORS allowed origins. | [optional] 
**createdAt** | **Date** | ISO8601 datetime the record was created at. | 
**updatedAt** | **Date** | ISO8601 datetime the record was last updated at. | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)