Sha256: c238daf0e8639ea3017df62d1ed0d293add66e0e0743113965887f3b35844171
Contents?: true
Size: 962 Bytes
Versions: 8
Compression:
Stored size: 962 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: Fri Jul 14 19:00:00 CDT 2017, type: FINAL_COLLECTION) ```
Version data entries
8 entries across 8 versions & 1 rubygems