Sha256: 4c71743010584afef2a7a10e652adb8c31e32bb53191851974b43a9c55d87d88
Contents?: true
Size: 938 Bytes
Versions: 2
Compression:
Stored size: 938 Bytes
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). | **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: null, type: FINAL_COLLECTION) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.4.0 | docs/SepaMandate.md |
first_data_gateway-1.3.0 | docs/SepaMandate.md |