Sha256: 7afe17b7ea61a58e36d13091b998939423aadb66ba391aaf50e6fc70e8869060
Contents?: true
Size: 887 Bytes
Versions: 3
Compression:
Stored size: 887 Bytes
Contents
# OpenapiClient::AvailableCurrenciesResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **client_request_id** | **String** | Echoes back the value in the request header for tracking. | [optional] **api_trace_id** | **String** | Request identifier in API, can be used to request logs from the support team. | [optional] **response_type** | [**ResponseType**](ResponseType.md) | | [optional] **currencies** | **Array<String>** | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::AvailableCurrenciesResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66, api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7, response_type: null, currencies: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.14.0 | docs/AvailableCurrenciesResponse.md |
first_data_gateway-1.13.0 | docs/AvailableCurrenciesResponse.md |
first_data_gateway-1.12.0 | docs/AvailableCurrenciesResponse.md |