Uses of Class
com.adyen.model.management.CreateMerchantResponse
-
Packages that use CreateMerchantResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of CreateMerchantResponse in com.adyen.model.management
Methods in com.adyen.model.management that return CreateMerchantResponse Modifier and Type Method Description CreateMerchantResponseCreateMerchantResponse. businessLineId(String businessLineId)CreateMerchantResponseCreateMerchantResponse. companyId(String companyId)CreateMerchantResponseCreateMerchantResponse. description(String description)static CreateMerchantResponseCreateMerchantResponse. fromJson(String jsonString)Create an instance of CreateMerchantResponse given an JSON stringCreateMerchantResponseCreateMerchantResponse. id(String id)CreateMerchantResponseCreateMerchantResponse. legalEntityId(String legalEntityId)CreateMerchantResponseCreateMerchantResponse. pricingPlan(String pricingPlan)CreateMerchantResponseCreateMerchantResponse. reference(String reference) -
Uses of CreateMerchantResponse in com.adyen.service.management
Methods in com.adyen.service.management that return CreateMerchantResponse Modifier and Type Method Description CreateMerchantResponseAccountMerchantLevelApi. createMerchantAccount(CreateMerchantRequest createMerchantRequest)Create a merchant accountCreateMerchantResponseAccountMerchantLevelApi. createMerchantAccount(CreateMerchantRequest createMerchantRequest, RequestOptions requestOptions)Create a merchant account
-