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.120.11 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.120.10 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.120.9 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.120.8 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.120.7 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.120.6 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.120.5 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.120.4 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.120.3 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.120.2 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.120.1 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.120.0 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.171 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.170 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.169 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.168 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.167 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.166 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.165 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.164 docs/PostDepositBankAccountBankModel.md