Package com.adyen.model.checkout.details
Class GenericIssuerPaymentMethodDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.GenericIssuerPaymentMethodDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class GenericIssuerPaymentMethodDetails extends Object implements PaymentMethodDetails
GenericIssuerPaymentMethodDetails
-
-
Field Summary
Fields Modifier and Type Field Description static StringONLINEBANKING_INPossible typesstatic StringWALLET_IN
-
Constructor Summary
Constructors Constructor Description GenericIssuerPaymentMethodDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIssuer()The issuer id 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()**genericissuer**inthashCode()GenericIssuerPaymentMethodDetailsissuer(String issuer)GenericIssuerPaymentMethodDetailsrecurringDetailReference(String recurringDetailReference)voidsetIssuer(String issuer)voidsetRecurringDetailReference(String recurringDetailReference)voidsetStoredPaymentMethodId(String storedPaymentMethodId)voidsetType(String type)GenericIssuerPaymentMethodDetailsstoredPaymentMethodId(String storedPaymentMethodId)StringtoString()GenericIssuerPaymentMethodDetailstype(String type)
-
-
-
Field Detail
-
ONLINEBANKING_IN
public static final String ONLINEBANKING_IN
Possible types- See Also:
- Constant Field Values
-
WALLET_IN
public static final String WALLET_IN
- See Also:
- Constant Field Values
-
-
Method Detail
-
issuer
public GenericIssuerPaymentMethodDetails issuer(String issuer)
-
getIssuer
public String getIssuer()
The issuer id of the shopper's selected bank.- Returns:
- issuer
-
setIssuer
public void setIssuer(String issuer)
-
recurringDetailReference
public GenericIssuerPaymentMethodDetails 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 GenericIssuerPaymentMethodDetails 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 GenericIssuerPaymentMethodDetails type(String type)
-
getType
public String getType()
**genericissuer**- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-