| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
MandateAddress |
MandateCustomer.getMandateAddress()
Object containing billing address details.
|
MandateAddress |
MandateAddress.withCity(String value)
City
Required for Create mandate and Create payment calls.
|
MandateAddress |
MandateAddress.withCountryCode(String value)
ISO 3166-1 alpha-2 country code.
|
MandateAddress |
MandateAddress.withHouseNumber(String value)
House number
|
MandateAddress |
MandateAddress.withStreet(String value)
Streetname.
|
MandateAddress |
MandateAddress.withZip(String value)
Zip code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MandateCustomer.setMandateAddress(MandateAddress value)
Object containing billing address details.
|
MandateCustomer |
MandateCustomer.withMandateAddress(MandateAddress value)
Object containing billing address details.
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.