Package com.adyen.model.checkout.details
Class IdealDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.IdealDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class IdealDetails extends Object implements PaymentMethodDetails
IdealDetails
-
-
Constructor Summary
Constructors Constructor Description IdealDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIssuer()The iDEAL issuer value of the shopper's selected bank.StringgetRecurringDetailReference()This is the `recurringDetailReference` returned in the response when you created the token.StringgetStoredPaymentMethodId()This is the `recurringDetailReference` returned in the response when you created the token.StringgetType()**ideal**inthashCode()IdealDetailsissuer(String issuer)IdealDetailsrecurringDetailReference(String recurringDetailReference)voidsetIssuer(String issuer)voidsetRecurringDetailReference(String recurringDetailReference)voidsetStoredPaymentMethodId(String storedPaymentMethodId)voidsetType(String type)IdealDetailsstoredPaymentMethodId(String storedPaymentMethodId)StringtoString()IdealDetailstype(String type)
-
-
-
Field Detail
-
IDEAL
public static final String IDEAL
Possible types- See Also:
- Constant Field Values
-
-
Method Detail
-
issuer
public IdealDetails issuer(String issuer)
-
getIssuer
public String getIssuer()
The iDEAL issuer value of the shopper's selected bank. Set this to an **id** of an iDEAL issuer to preselect it.- Returns:
- issuer
-
setIssuer
public void setIssuer(String issuer)
-
recurringDetailReference
public IdealDetails recurringDetailReference(String recurringDetailReference)
-
getRecurringDetailReference
public String getRecurringDetailReference()
This is the `recurringDetailReference` returned in the response when you created the token.- Returns:
- recurringDetailReference
-
setRecurringDetailReference
public void setRecurringDetailReference(String recurringDetailReference)
-
storedPaymentMethodId
public IdealDetails storedPaymentMethodId(String storedPaymentMethodId)
-
getStoredPaymentMethodId
public String getStoredPaymentMethodId()
This is the `recurringDetailReference` returned in the response when you created the token.- Returns:
- storedPaymentMethodId
-
setStoredPaymentMethodId
public void setStoredPaymentMethodId(String storedPaymentMethodId)
-
type
public IdealDetails type(String type)
-
getType
public String getType()
**ideal**- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-