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