Sha256: 01fd9620ba1d3a8b2198aa14f9652561d700ed9c28c1760e8b400bfa2f052516
Contents?: true
Size: 454 Bytes
Versions: 2
Compression:
Stored size: 454 Bytes
Contents
# PCPServerSDK::RefundErrorResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error_id** | **String** | Unique reference, for debugging purposes, of this error response | [optional] | | **errors** | [**Array<APIError>**](APIError.md) | | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::RefundErrorResponse.new( error_id: null, errors: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | docs/RefundErrorResponse.md |
pcp-server-ruby-sdk-0.1.0 | docs/RefundErrorResponse.md |