docs/PostAccountBankModel
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
require 'cybrid_api_bank_ruby'
instance = CybridApiBank::PostAccountBankModel.new(
type: null,
customer_guid: null,
asset: null,
name: null,
labels: null
)