| Package | Description |
|---|---|
| com.adyen.model.marketpay |
| Modifier and Type | Method and Description |
|---|---|
AccountEvent |
AccountEvent.event(AccountEvent.EventEnum event) |
AccountEvent |
AccountEvent.executionDate(Date executionDate) |
AccountEvent |
AccountEvent.reason(String reason) |
AccountEvent |
AccountEvent.resolvedByStateType(String resolvedByStateType) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountEvent> |
AccountStatus.getAccountEvents()
account events
|
List<AccountEvent> |
AccountHolderStatus.getEvents()
A list of events scheduled for the account holder.
|
| Modifier and Type | Method and Description |
|---|---|
AccountStatus |
AccountStatus.addAccountEventsItem(AccountEvent accountEventsItem) |
AccountHolderStatus |
AccountHolderStatus.addEventsItem(AccountEvent eventsItem) |
| Modifier and Type | Method and Description |
|---|---|
AccountStatus |
AccountStatus.accountEvents(List<AccountEvent> accountEvents) |
AccountHolderStatus |
AccountHolderStatus.events(List<AccountEvent> events) |
void |
AccountStatus.setAccountEvents(List<AccountEvent> accountEvents) |
void |
AccountHolderStatus.setEvents(List<AccountEvent> events) |
Copyright © 2022. All rights reserved.