public class CellulantDetails extends Object implements PaymentMethodDetails
| Constructor and Description |
|---|
CellulantDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIssuerId()
The issuer's ID
|
String |
getType()
**Cellulant**
|
int |
hashCode() |
CellulantDetails |
issuerId(String issuerId) |
void |
setIssuerId(String issuerId) |
void |
setType(String type) |
String |
toString() |
CellulantDetails |
type(String type) |
public static final String CELLULANT
public CellulantDetails issuerId(String issuerId)
public String getIssuerId()
public void setIssuerId(String issuerId)
public CellulantDetails type(String type)
public String getType()
getType in interface PaymentMethodDetailspublic void setType(String type)
setType in interface PaymentMethodDetailsCopyright © 2022. All rights reserved.