Sha256: aa2cf4e4c3de3b864571f56e06a2d7512b9005be5c110313a4e9c7ded0e011e8
Contents?: true
Size: 753 Bytes
Versions: 8
Compression:
Stored size: 753 Bytes
Contents
# CybridApiBank::BankSupportedPayoutSymbolsInnerBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **symbol** | **String** | The payout symbol code. | [optional] | | **country_code** | **String** | The ISO 3166 country 2-Alpha country code of the payout symbol. | [optional] | | **participants_type** | **String** | The participants type; one of C2C, C2B, B2C, or B2B. | [optional] | | **route** | **String** | The payout symbol route; one of bank_account or mobile_wallet. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::BankSupportedPayoutSymbolsInnerBankModel.new( symbol: null, country_code: null, participants_type: null, route: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems