Sha256: 63185f65c5a47160e7cfb007bd81543730e14b10ef95537a296bec831dad3b4a
Contents?: true
Size: 849 Bytes
Versions: 2
Compression:
Stored size: 849 Bytes
Contents
# PCPServerSDK::CaptureOutput ## 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 our payment engine. | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::CaptureOutput.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/CaptureOutput.md |
pcp-server-ruby-sdk-0.1.0 | docs/CaptureOutput.md |