Uses of Class
com.adyen.model.management.RequestActivationResponse
-
Packages that use RequestActivationResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of RequestActivationResponse in com.adyen.model.management
Methods in com.adyen.model.management that return RequestActivationResponse Modifier and Type Method Description RequestActivationResponseRequestActivationResponse. companyId(String companyId)static RequestActivationResponseRequestActivationResponse. fromJson(String jsonString)Create an instance of RequestActivationResponse given an JSON stringRequestActivationResponseRequestActivationResponse. merchantId(String merchantId) -
Uses of RequestActivationResponse in com.adyen.service.management
Methods in com.adyen.service.management that return RequestActivationResponse Modifier and Type Method Description RequestActivationResponseAccountMerchantLevelApi. requestToActivateMerchantAccount(String merchantId)Request to activate a merchant accountRequestActivationResponseAccountMerchantLevelApi. requestToActivateMerchantAccount(String merchantId, RequestOptions requestOptions)Request to activate a merchant account
-