Uses of Class
com.adyen.model.checkout.PaymentMethodGroup
-
Packages that use PaymentMethodGroup Package Description com.adyen.model.checkout -
-
Uses of PaymentMethodGroup in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentMethodGroup Modifier and Type Method Description static PaymentMethodGroupPaymentMethodGroup. fromJson(String jsonString)Create an instance of PaymentMethodGroup given an JSON stringPaymentMethodGroupPaymentMethod. getGroup()Get groupPaymentMethodGroupRecurringDetail. getGroup()Get groupPaymentMethodGroupPaymentMethodGroup. name(String name)PaymentMethodGroupPaymentMethodGroup. paymentMethodData(String paymentMethodData)PaymentMethodGroupPaymentMethodGroup. type(String type)Methods in com.adyen.model.checkout with parameters of type PaymentMethodGroup Modifier and Type Method Description PaymentMethodPaymentMethod. group(PaymentMethodGroup group)RecurringDetailRecurringDetail. group(PaymentMethodGroup group)voidPaymentMethod. setGroup(PaymentMethodGroup group)groupvoidRecurringDetail. setGroup(PaymentMethodGroup group)group
-