Sha256: 14d44539df707f7ac208ef43aa70b677d4e11b5e7b1ef084cb907613a25a59e1
Contents?: true
Size: 460 Bytes
Versions: 244
Compression:
Stored size: 460 Bytes
Contents
# CybridApiBank::TransferSourceAccountBankModel ## 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::TransferSourceAccountBankModel.new( guid: null, type: null ) ```
Version data entries
244 entries across 244 versions & 1 rubygems