Sha256: 8925705fdb30da0c0518a6b07b25aa5be7e347858fcc77562277bdbe6a9bd48c

Contents?: true

Size: 782 Bytes

Versions: 2

Compression:

Stored size: 782 Bytes

Contents

# PCPServerSDK::FinancingPaymentMethodSpecificOutput

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **payment_product_id** | **Integer** | Payment product identifier - please check product documentation for a full overview of possible values. Currently supported payment methods * 3390 - PAYONE Secured Invoice * 3391 - PAYONE Secured Installment * 3392 - PAYONE Secured Direct Debit | [optional] |
| **payment_product3391_specific_output** | [**PaymentProduct3391SpecificOutput**](PaymentProduct3391SpecificOutput.md) |  | [optional] |

## Example

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

instance = PCPServerSDK::FinancingPaymentMethodSpecificOutput.new(
  payment_product_id: 3390,
  payment_product3391_specific_output: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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