Sha256: 901cf36c0f508ac0b111c80a1ef3e28f6dd98e2839d40afc3ace4acce7386bbc

Contents?: true

Size: 850 Bytes

Versions: 2

Compression:

Stored size: 850 Bytes

Contents

# PCPServerSDK::ProcessingMandateInformation

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **bank_account_iban** | [**BankAccountInformation**](BankAccountInformation.md) |  |  |
| **recurrence_type** | [**MandateRecurrenceType**](MandateRecurrenceType.md) |  |  |
| **unique_mandate_reference** | **String** | The unique identifier of the mandate |  |
| **date_of_signature** | **String** | The date of signature of the mandate. Format YYYYMMDD |  |
| **creditor_id** | **String** | Your unique creditor identifier. |  |

## Example

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

instance = PCPServerSDK::ProcessingMandateInformation.new(
  bank_account_iban: null,
  recurrence_type: null,
  unique_mandate_reference: your-mandate-id,
  date_of_signature: 20220101,
  creditor_id: DE98ZZZ09999999999
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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