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)Domain of the allowed origin.static CreateAllowedOriginRequestCreateAllowedOriginRequest. fromJson(String jsonString)Create an instance of CreateAllowedOriginRequest given an JSON stringCreateAllowedOriginRequestCreateAllowedOriginRequest. id(String id)Unique identifier of the allowed origin.CreateAllowedOriginRequestCreateAllowedOriginRequest. links(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
-