Package com.adyen.model.checkout
Class PaymentMethodsGroup
- java.lang.Object
-
- com.adyen.model.checkout.PaymentMethodsGroup
-
public class PaymentMethodsGroup extends Object
PaymentMethodsGroup
-
-
Constructor Summary
Constructors Constructor Description PaymentMethodsGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentMethodsGroupaddTypesItem(String typesItem)booleanequals(Object o)StringgetGroupType()The type to submit for any payment method in this group.StringgetName()The human-readable name of this group.List<String>getTypes()The types of payment methods that belong in this group.PaymentMethodsGroupgroupType(String groupType)inthashCode()PaymentMethodsGroupname(String name)voidsetGroupType(String groupType)voidsetName(String name)voidsetTypes(List<String> types)StringtoString()PaymentMethodsGrouptypes(List<String> types)
-
-
-
Method Detail
-
groupType
public PaymentMethodsGroup groupType(String groupType)
-
getGroupType
public String getGroupType()
The type to submit for any payment method in this group.- Returns:
- groupType
-
setGroupType
public void setGroupType(String groupType)
-
name
public PaymentMethodsGroup name(String name)
-
getName
public String getName()
The human-readable name of this group.- Returns:
- name
-
setName
public void setName(String name)
-
types
public PaymentMethodsGroup types(List<String> types)
-
addTypesItem
public PaymentMethodsGroup addTypesItem(String typesItem)
-
getTypes
public List<String> getTypes()
The types of payment methods that belong in this group.- Returns:
- types
-
-