Sha256: b1539310c05bbe6f46e34821a021ebfb82c77a70c2f8ebfaa3800aacd382f567
Contents?: true
Size: 781 Bytes
Versions: 11
Compression:
Stored size: 781 Bytes
Contents
# OpenapiClient::Sepa ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **iban** | **String** | Bank account in IBAN format. | **name** | **String** | The name of the payer. | **country** | **String** | Country of residence of the payer using the ISO 3166 standard. | **email** | **String** | The email address of the payer. | [optional] **mandate** | [**SepaMandate**](SepaMandate.md) | | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Sepa.new(iban: DE34500100600032121604, name: John Doe, country: DEU, email: john.doe@test.com, mandate: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems