Sha256: 2d804c4e79dd03515d28d8b9d29a5017118e6de8278226fb56e77b3a6ad49184
Contents?: true
Size: 470 Bytes
Versions: 244
Compression:
Stored size: 470 Bytes
Contents
# CybridApiBank::TransferDestinationAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the transfer account. | [optional] | | **type** | **String** | The type of transfer account. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::TransferDestinationAccountBankModel.new( guid: null, type: null ) ```
Version data entries
244 entries across 244 versions & 1 rubygems