Uses of Class
com.adyen.model.payment.ExternalPlatform
-
Packages that use ExternalPlatform Package Description com.adyen.model.payment -
-
Uses of ExternalPlatform in com.adyen.model.payment
Methods in com.adyen.model.payment 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.payment with parameters of type ExternalPlatform Modifier and Type Method Description ApplicationInfoApplicationInfo. externalPlatform(ExternalPlatform externalPlatform)voidApplicationInfo. setExternalPlatform(ExternalPlatform externalPlatform)externalPlatform
-