Sha256: 9971f44a217663c3e154b4e39fd119d6ac8970e60f09ce6221ab838070003bff
Contents?: true
Size: 859 Bytes
Versions: 2
Compression:
Stored size: 859 Bytes
Contents
# CybridApiBank::PostDepositBankAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The account type. | [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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cybrid_api_bank_ruby-0.119.2 | docs/PostDepositBankAccountBankModel.md |
cybrid_api_bank_ruby-0.119.1 | docs/PostDepositBankAccountBankModel.md |