| Package | Description |
|---|---|
| com.adyen.model.marketpay |
| Modifier and Type | Method and Description |
|---|---|
ShareholderContact |
ShareholderContact.address(Address address) |
ShareholderContact |
ShareholderContact.email(String email) |
ShareholderContact |
ShareholderContact.fullPhoneNumber(String fullPhoneNumber) |
ShareholderContact |
ShareholderContactContainer.getShareholderContact()
shareholderContact
|
ShareholderContact |
ShareholderContact.name(Name name) |
ShareholderContact |
ShareholderContact.personalData(PersonalData personalData) |
ShareholderContact |
ShareholderContact.phoneNumber(PhoneNumber phoneNumber) |
ShareholderContact |
ShareholderContact.shareholderCode(String shareholderCode) |
ShareholderContact |
ShareholderContact.webAddress(String webAddress) |
| Modifier and Type | Method and Description |
|---|---|
List<ShareholderContact> |
BusinessDetails.getShareholders()
Populate the virtual shareholders to bypass the shareholderContactContainers list
|
| Modifier and Type | Method and Description |
|---|---|
BusinessDetails |
BusinessDetails.addShareholderContact(ShareholderContact shareholderContact)
Add shareholderContact to the shareholderContactContainers and shareholders list
|
void |
ShareholderContactContainer.setShareholderContact(ShareholderContact shareholderContact) |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessDetails.setShareholders(List<ShareholderContact> shareholders)
Creating a new shareholders list
|
| Constructor and Description |
|---|
ShareholderContactContainer(ShareholderContact shareholderContact) |
Copyright © 2019. All rights reserved.