Sha256: 6d1d8ab9917f3475c66c7b9d7c0fc600aa9a6ab1af30a4290f505249961c6aa0
Contents?: true
Size: 563 Bytes
Versions: 765
Compression:
Stored size: 563 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. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostAccountBankModel.new( type: null, customer_guid: null, asset: null, name: null ) ```
Version data entries
765 entries across 765 versions & 1 rubygems