CreateMerchantResponse |
CreateMerchantResponse.businessLineId(String businessLineId) |
The unique identifier of the [business line](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/businessLines).
|
CreateMerchantResponse |
CreateMerchantResponse.companyId(String companyId) |
The unique identifier of the company account.
|
CreateMerchantResponse |
CreateMerchantResponse.description(String description) |
Your description for the merchant account, maximum 300 characters.
|
static CreateMerchantResponse |
CreateMerchantResponse.fromJson(String jsonString) |
Create an instance of CreateMerchantResponse given an JSON string
|
CreateMerchantResponse |
CreateMerchantResponse.id(String id) |
The unique identifier of the merchant account.
|
CreateMerchantResponse |
CreateMerchantResponse.legalEntityId(String legalEntityId) |
The unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities).
|
CreateMerchantResponse |
CreateMerchantResponse.pricingPlan(String pricingPlan) |
Partner pricing plan for the merchant, applicable for merchants under AfP managed company accounts.
|
CreateMerchantResponse |
CreateMerchantResponse.reference(String reference) |
Your reference for the merchant account.
|