Sha256: e3bb2e79e4ed1e94b9b26cecc7f984135c6d478498fc801b142476f7b0ae1e75

Contents?: true

Size: 780 Bytes

Versions: 2

Compression:

Stored size: 780 Bytes

Contents

# PCPServerSDK::PaymentEvent

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | [**PaymentType**](PaymentType.md) |  | [optional] |
| **amount_of_money** | [**AmountOfMoney**](AmountOfMoney.md) |  | [optional] |
| **payment_status** | [**StatusValue**](StatusValue.md) |  | [optional] |
| **cancellation_reason** | [**CancellationReason**](CancellationReason.md) |  | [optional] |
| **return_reason** | **String** | Reason of the Refund (e.g. communicated by or to the costumer). | [optional] |

## Example

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

instance = PCPServerSDK::PaymentEvent.new(
  type: null,
  amount_of_money: null,
  payment_status: null,
  cancellation_reason: null,
  return_reason: Customer complained
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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