Sha256: 01b94fad30930e78fa7fb51d94ce821371914df03f6bb55ae8ff12dff9bcaefa

Contents?: true

Size: 1.39 KB

Versions: 4

Compression:

Stored size: 1.39 KB

Contents

# OpenapiClient::SepaMandate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**reference** | **String** | Existing mandate reference, managed by merchant. Must match [A-Za-z0-9:?/+(),. -]{1,35} and not start with two slashes (\"//\"). Also known as the mandate ID. | 
**url** | **String** | Valid URL pointing to the SEPA mandate (PDF / HTML format recommended). When your store is enabled for SEPA Direct Debit as part of the Local Payments offering, this field allows you to transmit a valid URL of SEPA Direct Debit mandate to enable the Risk and Compliance department to access the details. Please note that it is mandatory to submit a mandateReference and a mandateDate together with a mandateUrl in case you manage SEPA Direct Debit mandates on your side in the combination with the Local Payments offering. | [optional] 
**signature_date** | **Date** | Date of mandate signature. | 
**type** | **String** | Sequence type of the direct debit. This defaults to 'SINGLE' if not provided. | [default to 'SINGLE']

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::SepaMandate.new(reference: 3RBQVEE,
                                 url: https://www.firstdata.com,
                                 signature_date: Fri Jul 14 19:00:00 CDT 2017,
                                 type: FINAL_COLLECTION)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/SepaMandate.md
first_data_gateway-1.13.0 docs/SepaMandate.md
first_data_gateway-1.12.0 docs/SepaMandate.md
first_data_gateway-1.11.0 docs/SepaMandate.md