public class EntercashDetails extends Object implements PaymentMethodDetails
| Constructor and Description |
|---|
EntercashDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIssuer()
The issuer id of the shopper's selected bank.
|
String |
getType()
**entercash**
|
int |
hashCode() |
EntercashDetails |
issuer(String issuer) |
void |
setIssuer(String issuer) |
void |
setType(String type) |
String |
toString() |
EntercashDetails |
type(String type) |
public static final String ENTERCASH
public EntercashDetails issuer(String issuer)
public String getIssuer()
public void setIssuer(String issuer)
public EntercashDetails type(String type)
public String getType()
getType in interface PaymentMethodDetailspublic void setType(String type)
setType in interface PaymentMethodDetailsCopyright © 2022. All rights reserved.