Sha256: 2b96dcff2209a510fb33e14195001e4b58bac3152441899ef42954742402cdc4
Contents?: true
Size: 653 Bytes
Versions: 67
Compression:
Stored size: 653 Bytes
Contents
# CybridApiBank::PostAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The account type. | | | **provider** | **String** | The account provider, if applicable. | [optional] | | **customer_guid** | **String** | The customer identifier associated with the account. | | | **asset** | **String** | The asset code. | | | **name** | **String** | The name of the account. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostAccountBankModel.new( type: null, provider: null, customer_guid: null, asset: null, name: null ) ```
Version data entries
67 entries across 67 versions & 1 rubygems