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