Uses of Class
com.adyen.model.management.CreateAllowedOriginRequest
-
Packages that use CreateAllowedOriginRequest Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of CreateAllowedOriginRequest in com.adyen.model.management
Methods in com.adyen.model.management that return CreateAllowedOriginRequest Modifier and Type Method Description CreateAllowedOriginRequestCreateAllowedOriginRequest. domain(String domain)static CreateAllowedOriginRequestCreateAllowedOriginRequest. fromJson(String jsonString)Create an instance of CreateAllowedOriginRequest given an JSON stringCreateAllowedOriginRequestCreateAllowedOriginRequest. id(String id)CreateAllowedOriginRequestCreateAllowedOriginRequest. links(Links links) -
Uses of CreateAllowedOriginRequest in com.adyen.service.management
Methods in com.adyen.service.management with parameters of type CreateAllowedOriginRequest Modifier and Type Method Description AllowedOriginMyApiCredentialApi. addAllowedOrigin(CreateAllowedOriginRequest createAllowedOriginRequest)Add allowed originAllowedOriginMyApiCredentialApi. addAllowedOrigin(CreateAllowedOriginRequest createAllowedOriginRequest, RequestOptions requestOptions)Add allowed origin
-