Sha256: 15222200ee30f57879257a2ab5d820721b3c6745a67415d9381477564a7b5a76

Contents?: true

Size: 1.32 KB

Versions: 183

Compression:

Stored size: 1.32 KB

Contents

# CybridApiBank::PostDepositBankAccountBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | The account type. To generate deposit bank accounts with their own unique account number set this to \"main\". To generate deposit bank accounts with the same account number as the parent deposit bank account set this to \"sub_account\". This setting will only generate a unique identifier for the deposit bank and will not result in a unique account number being generated. \"sub_account\" is only  available for customer-level deposit bank accounts. |  |
| **account_guid** | **String** | The fiat account guid. |  |
| **customer_guid** | **String** | The unique identifier for the customer. | [optional] |
| **parent_deposit_bank_account_guid** | **String** | The unique identifier for the bank-level deposit bank account. This is only required for sub-accounts. Required when type is sub_account. | [optional] |
| **labels** | **Array<String>** | The labels associated with the bank account. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PostDepositBankAccountBankModel.new(
  type: null,
  account_guid: null,
  customer_guid: null,
  parent_deposit_bank_account_guid: null,
  labels: null
)
```

Version data entries

183 entries across 183 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.123.149 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.148 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.147 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.145 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.144 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.143 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.142 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.140 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.139 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.137 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.135 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.134 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.132 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.131 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.129 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.127 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.126 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.125 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.124 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.123.123 docs/PostDepositBankAccountBankModel.md