Sha256: f46073aac291e9f1ab5c0502312c6c747cc1843676a163eca0f538348f7f5c0b
Contents?: true
Size: 861 Bytes
Versions: 10
Compression:
Stored size: 861 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] | | **one_time_address** | [**PostOneTimeAddressBankModel**](PostOneTimeAddressBankModel.md) | | [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, one_time_address: null, expected_error: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems