Sha256: 744aa004321b40a79061f3fa25fb3ddc2a2f871a1ce931caf7090884eb5294a7

Contents?: true

Size: 333 Bytes

Versions: 2

Compression:

Stored size: 333 Bytes

Contents

# PCPServerSDK::CancelPaymentResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **payment** | [**PaymentResponse**](PaymentResponse.md) |  | [optional] |

## Example

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

instance = PCPServerSDK::CancelPaymentResponse.new(
  payment: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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