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.119 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.118 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.117 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.116 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.113 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.112 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.111 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.110 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.109 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.108 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.107 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.106 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.104 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.101 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.100 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.99 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.98 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.96 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.94 docs/PostDepositBankAccountBankModel.md
cybrid_api_bank_ruby-0.119.93 docs/PostDepositBankAccountBankModel.md