Uses of Class
com.adyen.model.checkout.AppIdentifierInfo
-
Packages that use AppIdentifierInfo Package Description com.adyen.model.checkout -
-
Uses of AppIdentifierInfo in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AppIdentifierInfo Modifier and Type Method Description AppIdentifierInfoAppIdentifierInfo. androidPackageId(String androidPackageId)The Android package identifier for this app.static AppIdentifierInfoAppIdentifierInfo. fromJson(String jsonString)Create an instance of AppIdentifierInfo given an JSON stringAppIdentifierInfoPaymentMethodUPIApps. getAppIdentifierInfo()Get appIdentifierInfoAppIdentifierInfoAppIdentifierInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.AppIdentifierInfoAppIdentifierInfo. iosScheme(String iosScheme)The iOS URL scheme for this app.Methods in com.adyen.model.checkout with parameters of type AppIdentifierInfo Modifier and Type Method Description PaymentMethodUPIAppsPaymentMethodUPIApps. appIdentifierInfo(AppIdentifierInfo appIdentifierInfo)appIdentifierInfovoidPaymentMethodUPIApps. setAppIdentifierInfo(AppIdentifierInfo appIdentifierInfo)appIdentifierInfo
-