Uses of Class
com.adyen.model.checkout.PaymentMethodsGroup
-
Packages that use PaymentMethodsGroup Package Description com.adyen.model.checkout -
-
Uses of PaymentMethodsGroup in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentMethodsGroup Modifier and Type Method Description PaymentMethodsGroupPaymentMethodsGroup. addTypesItem(String typesItem)PaymentMethodsGroupPaymentMethodsGroup. groupType(String groupType)PaymentMethodsGroupPaymentMethodsGroup. name(String name)PaymentMethodsGroupPaymentMethodsGroup. types(List<String> types)Methods in com.adyen.model.checkout that return types with arguments of type PaymentMethodsGroup Modifier and Type Method Description List<PaymentMethodsGroup>PaymentMethodsResponse. getGroups()Groups of payment methods.Methods in com.adyen.model.checkout with parameters of type PaymentMethodsGroup Modifier and Type Method Description PaymentMethodsResponsePaymentMethodsResponse. addGroupsItem(PaymentMethodsGroup groupsItem)Method parameters in com.adyen.model.checkout with type arguments of type PaymentMethodsGroup Modifier and Type Method Description PaymentMethodsResponsePaymentMethodsResponse. groups(List<PaymentMethodsGroup> groups)voidPaymentMethodsResponse. setGroups(List<PaymentMethodsGroup> groups)
-