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()groupPaymentMethodGroupPaymentMethodGroup. name(String name)The name of the group.PaymentMethodGroupPaymentMethodGroup. paymentMethodData(String paymentMethodData)Echo data to be used if the payment method is displayed as part of this group.PaymentMethodGroupPaymentMethodGroup. type(String type)The unique code of the group.Methods in com.adyen.model.checkout with parameters of type PaymentMethodGroup Modifier and Type Method Description PaymentMethodPaymentMethod. group(PaymentMethodGroup group)groupvoidPaymentMethod. setGroup(PaymentMethodGroup group)group
-