Sha256: 75f5befcdc8058a57df90805a3d000fb542d300dd13e2809b23af175b4252d5c
Contents?: true
Size: 676 Bytes
Versions: 213
Compression:
Stored size: 676 Bytes
Contents
# CybridApiBank::PostAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The account type. | | | **customer_guid** | **String** | TThe customer identifier associated with the account. | [optional] | | **asset** | **String** | The asset code. | | | **name** | **String** | The name of the account. | | | **labels** | **Array<String>** | The labels associated with the account. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostAccountBankModel.new( type: null, customer_guid: null, asset: null, name: null, labels: null ) ```
Version data entries
213 entries across 213 versions & 1 rubygems