Uses of Class
com.adyen.model.checkout.PaymentMethodUPIApps
-
Packages that use PaymentMethodUPIApps Package Description com.adyen.model.checkout -
-
Uses of PaymentMethodUPIApps in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentMethodUPIApps Modifier and Type Method Description static PaymentMethodUPIAppsPaymentMethodUPIApps. fromJson(String jsonString)Create an instance of PaymentMethodUPIApps given an JSON stringPaymentMethodUPIAppsPaymentMethodUPIApps. id(String id)PaymentMethodUPIAppsPaymentMethodUPIApps. name(String name)Methods in com.adyen.model.checkout that return types with arguments of type PaymentMethodUPIApps Modifier and Type Method Description List<PaymentMethodUPIApps>PaymentMethod. getApps()A list of apps for this payment method.List<PaymentMethodUPIApps>RecurringDetail. getApps()A list of apps for this payment method.Methods in com.adyen.model.checkout with parameters of type PaymentMethodUPIApps Modifier and Type Method Description PaymentMethodPaymentMethod. addAppsItem(PaymentMethodUPIApps appsItem)RecurringDetailRecurringDetail. addAppsItem(PaymentMethodUPIApps appsItem)Method parameters in com.adyen.model.checkout with type arguments of type PaymentMethodUPIApps Modifier and Type Method Description PaymentMethodPaymentMethod. apps(List<PaymentMethodUPIApps> apps)RecurringDetailRecurringDetail. apps(List<PaymentMethodUPIApps> apps)voidPaymentMethod. setApps(List<PaymentMethodUPIApps> apps)A list of apps for this payment method.voidRecurringDetail. setApps(List<PaymentMethodUPIApps> apps)A list of apps for this payment method.
-