Sha256: 68bc48becba99bf70c17069b5d7e8433250e047c3e24296ed838e9d1ce3513df
Contents?: true
Size: 876 Bytes
Versions: 45
Compression:
Stored size: 876 Bytes
Contents
# CybridApiBank::PostExternalBankAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the account. | | | **account_kind** | **String** | The account type | | | **customer_guid** | **String** | The customer identifier. | [optional] | | **asset** | **String** | The asset code. If not set will try and default to the Bank's configured fiat asset. | | | **plaid_public_token** | **String** | The public token for the account. | [optional] | | **plaid_account_id** | **String** | The account identifier in plaid. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostExternalBankAccountBankModel.new( name: null, account_kind: null, customer_guid: null, asset: null, plaid_public_token: null, plaid_account_id: null ) ```
Version data entries
45 entries across 45 versions & 1 rubygems