Package com.adyen.model.checkout.details
Class CellulantDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.CellulantDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class CellulantDetails extends Object implements PaymentMethodDetails
CellulantDetails
-
-
Constructor Summary
Constructors Constructor Description CellulantDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIssuerId()The issuer's IDStringgetType()**Cellulant**inthashCode()CellulantDetailsissuerId(String issuerId)voidsetIssuerId(String issuerId)voidsetType(String type)StringtoString()CellulantDetailstype(String type)
-
-
-
Field Detail
-
CELLULANT
public static final String CELLULANT
Possible types- See Also:
- Constant Field Values
-
-
Method Detail
-
issuerId
public CellulantDetails issuerId(String issuerId)
-
getIssuerId
public String getIssuerId()
The issuer's ID- Returns:
- issuerId
-
setIssuerId
public void setIssuerId(String issuerId)
-
type
public CellulantDetails type(String type)
-
getType
public String getType()
**Cellulant**- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-