Sha256: 60afe7c82e7f5e4f19cff333c578318a5eb14e95641a3dff93d59166bcb6fe3f
Contents?: true
Size: 572 Bytes
Versions: 151
Compression:
Stored size: 572 Bytes
Contents
# CybridApiBank::PostDepositBankAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_guid** | **String** | The fiat account guid. | | | **customer_guid** | **String** | The unique identifier for the customer. | [optional] | | **labels** | **Array<String>** | The labels associated with the address. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostDepositBankAccountBankModel.new( account_guid: null, customer_guid: null, labels: null ) ```
Version data entries
151 entries across 151 versions & 1 rubygems