Sha256: 49c6c8a8b0225d847988a344546f7c8418586ca48fbedeff09f873de944c443a

Contents?: true

Size: 435 Bytes

Versions: 2

Compression:

Stored size: 435 Bytes

Contents

# PCPServerSDK::PaymentCreationOutput

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **external_reference** | **String** | The external reference is an identifier for this transaction and can be used for reconciliation purposes. | [optional] |

## Example

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

instance = PCPServerSDK::PaymentCreationOutput.new(
  external_reference: C1232O2342
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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