Sha256: 867f990a7117a99551b1b9ceceeda7e43aa75a91c7a6bc3b4b2ff90f923d5501
Contents?: true
Size: 675 Bytes
Versions: 657
Compression:
Stored size: 675 Bytes
Contents
# CybridApiBank::PostAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The account type. | | | **customer_guid** | **String** | The 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
657 entries across 657 versions & 1 rubygems