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