Sha256: 7c718801f69b4c6acffb8bfe14c7a3f9f4bbdbe4316b8f4b35b7eac6887504df

Contents?: true

Size: 672 Bytes

Versions: 2

Compression:

Stored size: 672 Bytes

Contents

# PCPServerSDK::SepaDirectDebitPaymentMethodSpecificInput

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **payment_product771_specific_input** | [**SepaDirectDebitPaymentProduct771SpecificInput**](SepaDirectDebitPaymentProduct771SpecificInput.md) |  | [optional] |
| **payment_product_id** | **Integer** | Payment product identifier - please check product documentation for a full overview of possible values. | [optional] |

## Example

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

instance = PCPServerSDK::SepaDirectDebitPaymentMethodSpecificInput.new(
  payment_product771_specific_input: null,
  payment_product_id: 840
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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