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. integrator(String integrator)ExternalPlatformExternalPlatform. name(String name)ExternalPlatformExternalPlatform. version(String version)Methods in com.adyen.model.checkout with parameters of type ExternalPlatform Modifier and Type Method Description ApplicationInfoApplicationInfo. externalPlatform(ExternalPlatform externalPlatform)voidApplicationInfo. setExternalPlatform(ExternalPlatform externalPlatform)externalPlatform
-