Sha256: 6b10b5de136240fad85b8089058cff171038a4b534eeb136084ac9fdfa610db0
Contents?: true
Size: 726 Bytes
Versions: 153
Compression:
Stored size: 726 Bytes
Contents
# CybridApiBank::PostTransferBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **quote_guid** | **String** | The associated quote's identifier. | | | **transfer_type** | **String** | The type of transfer. | | | **external_bank_account_guid** | **String** | The customer's fiat asset external bank account's identifier. | [optional] | | **expected_error** | **String** | The optional expected error to simulate transfer failure. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostTransferBankModel.new( quote_guid: null, transfer_type: null, external_bank_account_guid: null, expected_error: null ) ```
Version data entries
153 entries across 153 versions & 1 rubygems