AccountUpdateNotificationData |
AccountUpdateNotificationData.capabilities(Map<String,AccountCapabilityData> capabilities) |
Key-value pairs that specify what you can do with the merchant account and its settings.
|
static AccountUpdateNotificationData |
AccountUpdateNotificationData.fromJson(String jsonString) |
Create an instance of AccountUpdateNotificationData given an JSON string
|
AccountUpdateNotificationData |
MerchantUpdatedNotificationRequest.getData() |
data
|
AccountUpdateNotificationData |
AccountUpdateNotificationData.legalEntityId(String legalEntityId) |
The unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/legalentity/latest/post/legalEntities#responses-200-id).
|
AccountUpdateNotificationData |
AccountUpdateNotificationData.merchantId(String merchantId) |
The unique identifier of the merchant account.
|
AccountUpdateNotificationData |
AccountUpdateNotificationData.putCapabilitiesItem(String key,
AccountCapabilityData capabilitiesItem) |
|
AccountUpdateNotificationData |
AccountUpdateNotificationData.status(String status) |
The status of the merchant account.
|