Sha256: ca82bbc8b9836474ff894086656fe3dce7de1c1f842ff010c2484a8d36372810
Contents?: true
Size: 656 Bytes
Versions: 2
Compression:
Stored size: 656 Bytes
Contents
# PCPServerSDK::RefundPaymentResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **refund_output** | [**RefundOutput**](RefundOutput.md) | | [optional] | | **status** | [**StatusValue**](StatusValue.md) | | [optional] | | **status_output** | [**PaymentStatusOutput**](PaymentStatusOutput.md) | | [optional] | | **id** | **String** | Unique payment transaction identifier of the payment gateway. | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::RefundPaymentResponse.new( refund_output: null, status: null, status_output: null, id: 3066019730_1 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | docs/RefundPaymentResponse.md |
pcp-server-ruby-sdk-0.1.0 | docs/RefundPaymentResponse.md |