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.140 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.139 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.138 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.137 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.136 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.135 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.134 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.133 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.131 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.130 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.129 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.128 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.127 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.126 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.125 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.124 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.123 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.122 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.121 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.120 docs/PostDepositBankAccountBankModel.md