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