Sha256: 8d194e190757e53302c80b2aa10aa7dc0568f6368ba38b3076de8029edc0344b
Contents?: true
Size: 851 Bytes
Versions: 7
Compression:
Stored size: 851 Bytes
Contents
# OpenapiClient::InitiateClearingResponseAllOf ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **request_status** | **String** | Request status. If it is anything other than 'SUCCESS', please refer to 400s HTTP error codes or decline. See Error object for details. | [optional] **clearing_details** | [**ClearingDetails**](ClearingDetails.md) | | [optional] **endpoint_responses** | [**Array<EndpointResponse>**](EndpointResponse.md) | The array holds response information of the involved endpoints. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::InitiateClearingResponseAllOf.new(request_status: SUCCESS, clearing_details: null, endpoint_responses: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems