Uses of Class
com.adyen.model.checkout.ExternalPlatform
-
Packages that use ExternalPlatform Package Description com.adyen.model.checkout -
-
Uses of ExternalPlatform in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ExternalPlatform Modifier and Type Method Description static ExternalPlatformExternalPlatform. fromJson(String jsonString)Create an instance of ExternalPlatform given an JSON stringExternalPlatformApplicationInfo. getExternalPlatform()Get externalPlatformExternalPlatformExternalPlatform. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ExternalPlatformExternalPlatform. integrator(String integrator)External platform integrator.ExternalPlatformExternalPlatform. name(String name)Name of the field.ExternalPlatformExternalPlatform. version(String version)Version of the field.Methods in com.adyen.model.checkout with parameters of type ExternalPlatform Modifier and Type Method Description ApplicationInfoApplicationInfo. externalPlatform(ExternalPlatform externalPlatform)externalPlatformvoidApplicationInfo. setExternalPlatform(ExternalPlatform externalPlatform)externalPlatform
-