Sha256: d6d913565019e0aa486a8593c8c08987af7672d2aa851f50e38200017505bb92

Contents?: true

Size: 852 Bytes

Versions: 2

Compression:

Stored size: 852 Bytes

Contents

# PCPServerSDK::RefundOutput

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount_of_money** | [**AmountOfMoney**](AmountOfMoney.md) |  | [optional] |
| **merchant_parameters** | **String** | It allows you to store additional parameters for the transaction in JSON format. This field must not contain any personal data.  | [optional] |
| **references** | [**PaymentReferences**](PaymentReferences.md) |  | [optional] |
| **payment_method** | **String** | Payment method identifier used by the our payment engine. | [optional] |

## Example

```ruby
require 'PCP-server-Ruby-SDK'

instance = PCPServerSDK::RefundOutput.new(
  amount_of_money: null,
  merchant_parameters: {'SessionID':'126548354','ShopperID':'7354131'},
  references: null,
  payment_method: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pcp-server-ruby-sdk-0.0.6 docs/RefundOutput.md
pcp-server-ruby-sdk-0.1.0 docs/RefundOutput.md