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
-
-
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.StringgetStoredPaymentMethodId()This is the recurringDetailReference returned in the response when you created the token.StringgetType()**genericissuer**inthashCode()GenericIssuerPaymentMethodDetailsissuer(String issuer)voidsetIssuer(String issuer)voidsetStoredPaymentMethodId(String storedPaymentMethodId)voidsetType(String type)GenericIssuerPaymentMethodDetailsstoredPaymentMethodId(String storedPaymentMethodId)StringtoString()GenericIssuerPaymentMethodDetailstype(String type)
-
-
-
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)
-
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
-
-