Sha256: b2800ddac4a545e9bf2ef3e86f4eaa3af2310d194fc4982d8d8de1fcf1198e0a
Contents?: true
Size: 865 Bytes
Versions: 4
Compression:
Stored size: 865 Bytes
Contents
# OpenapiClient::PaymentBrandResponse ## 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] **brands** | **Array<String>** | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentBrandResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66, api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7, response_type: null, brands: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems