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