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. 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.payment with parameters of type ExternalPlatform Modifier and Type Method Description ApplicationInfoApplicationInfo. externalPlatform(ExternalPlatform externalPlatform)externalPlatformvoidApplicationInfo. setExternalPlatform(ExternalPlatform externalPlatform)externalPlatform
-