Sha256: 070cca3eb593307b4be9f23cf54cc1edf32ba1ebfbca90abb829b5a7a2acce2a

Contents?: true

Size: 1.29 KB

Versions: 175

Compression:

Stored size: 1.29 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. | [optional] |
| **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. | [optional] |
| **labels** | **Array<String>** | The labels associated with the address. | [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

175 entries across 175 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.119.163 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.162 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.161 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.160 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.159 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.158 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.157 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.156 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.155 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.154 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.153 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.152 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.150 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.149 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.146 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.145 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.144 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.143 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.142 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.141 docs/PostDepositBankAccountBankModel.md