Sha256: 0c6277f90aef6b1d0e885dd0184441fedb7bb778782b31a3f621c0f180ac01c3
Contents?: true
Size: 553 Bytes
Versions: 389
Compression:
Stored size: 553 Bytes
Contents
# CybridApiBank::PostAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The account type. | | | **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, customer_guid: null, asset: null, name: null ) ```
Version data entries
389 entries across 389 versions & 1 rubygems