public class PaymentMethodsGroup extends Object
| Constructor and Description |
|---|
PaymentMethodsGroup() |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodsGroup |
addTypesItem(String typesItem) |
boolean |
equals(Object o) |
String |
getGroupType()
The type to submit for any payment method in this group.
|
String |
getName()
The human-readable name of this group.
|
List<String> |
getTypes()
The types of payment methods that belong in this group.
|
PaymentMethodsGroup |
groupType(String groupType) |
int |
hashCode() |
PaymentMethodsGroup |
name(String name) |
void |
setGroupType(String groupType) |
void |
setName(String name) |
void |
setTypes(List<String> types) |
String |
toString() |
PaymentMethodsGroup |
types(List<String> types) |
public PaymentMethodsGroup groupType(String groupType)
public String getGroupType()
public void setGroupType(String groupType)
public PaymentMethodsGroup name(String name)
public String getName()
public void setName(String name)
public PaymentMethodsGroup types(List<String> types)
public PaymentMethodsGroup addTypesItem(String typesItem)
public List<String> getTypes()
Copyright © 2022. All rights reserved.