public class GenericIssuerPaymentMethodDetails extends Object implements PaymentMethodDetails
| Constructor and Description |
|---|
GenericIssuerPaymentMethodDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIssuer()
The issuer id of the shopper's selected bank.
|
String |
getStoredPaymentMethodId()
This is the recurringDetailReference returned in the response when you created the token.
|
String |
getType()
**genericissuer**
|
int |
hashCode() |
GenericIssuerPaymentMethodDetails |
issuer(String issuer) |
void |
setIssuer(String issuer) |
void |
setStoredPaymentMethodId(String storedPaymentMethodId) |
void |
setType(String type) |
GenericIssuerPaymentMethodDetails |
storedPaymentMethodId(String storedPaymentMethodId) |
String |
toString() |
GenericIssuerPaymentMethodDetails |
type(String type) |
public GenericIssuerPaymentMethodDetails issuer(String issuer)
public String getIssuer()
public void setIssuer(String issuer)
public GenericIssuerPaymentMethodDetails storedPaymentMethodId(String storedPaymentMethodId)
public String getStoredPaymentMethodId()
public void setStoredPaymentMethodId(String storedPaymentMethodId)
public GenericIssuerPaymentMethodDetails type(String type)
public String getType()
getType in interface PaymentMethodDetailspublic void setType(String type)
setType in interface PaymentMethodDetailsCopyright © 2022. All rights reserved.