| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | Payment method type. | [default to null] |
| String | Customer's email address. Will be used for fraud prevention and payment receipt. | [default to null] | |
| transaction_key | String | Transaction key returned by the SEPA transfer provider. | [optional] [default to null] |
| redirect_url | String | URL to redirect the customer to for completing the SEPA transfer. | [optional] [default to null] |
| shipping_address_name | String | Shipping address name. This is the recipient's name. | [optional] [default to null] |
| shipping_address_line1 | String | Shipping address line 1. | [optional] [default to null] |
| shipping_address_line2 | String | Shipping address line 2. | [optional] [default to null] |
| shipping_address_city | String | Shipping address city. | [optional] [default to null] |
| shipping_address_state | String | Shipping address state. | [optional] [default to null] |
| shipping_address_zip | String | Shipping address ZIP code. | [optional] [default to null] |
| shipping_address_country | String | Shipping address country. | [optional] [default to null] |
| billing_address_name | String | Billing address name. This is the paying customer's name. | [optional] [default to null] |
| billing_address_line1 | String | Billing address line 1. | [optional] [default to null] |
| billing_address_line2 | String | Billing address line 2. | [optional] [default to null] |
| billing_address_city | String | Billing address city. | [optional] [default to null] |
| billing_address_state | String | Billing address state. | [optional] [default to null] |
| billing_address_zip | String | Billing address ZIP code. | [optional] [default to null] |
| billing_address_country | String | Billing address country. | [optional] [default to null] |