Package com.adyen.model.checkout.details
Class DragonpayDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.DragonpayDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class DragonpayDetails extends Object implements PaymentMethodDetails
DragonpayDetails
-
-
Field Summary
Fields Modifier and Type Field Description static StringEBANKINGPossible typesstatic StringOTC_BANKINGstatic StringOTC_NON_BANKINGstatic StringOTC_PHILIPPINES
-
Constructor Summary
Constructors Constructor Description DragonpayDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIssuer()The Dragonpay issuer value of the shopper's selected bank.StringgetShopperEmail()The shopper’s email address.StringgetType()Get typeinthashCode()DragonpayDetailsissuer(String issuer)voidsetIssuer(String issuer)voidsetShopperEmail(String shopperEmail)voidsetType(String type)DragonpayDetailsshopperEmail(String shopperEmail)StringtoString()DragonpayDetailstype(String type)
-
-
-
Field Detail
-
EBANKING
public static final String EBANKING
Possible types- See Also:
- Constant Field Values
-
OTC_BANKING
public static final String OTC_BANKING
- See Also:
- Constant Field Values
-
OTC_NON_BANKING
public static final String OTC_NON_BANKING
- See Also:
- Constant Field Values
-
OTC_PHILIPPINES
public static final String OTC_PHILIPPINES
- See Also:
- Constant Field Values
-
-
Method Detail
-
issuer
public DragonpayDetails issuer(String issuer)
-
getIssuer
public String getIssuer()
The Dragonpay issuer value of the shopper's selected bank. Set this to an **id** of a Dragonpay issuer to preselect it.- Returns:
- issuer
-
setIssuer
public void setIssuer(String issuer)
-
shopperEmail
public DragonpayDetails shopperEmail(String shopperEmail)
-
getShopperEmail
public String getShopperEmail()
The shopper’s email address.- Returns:
- shopperEmail
-
setShopperEmail
public void setShopperEmail(String shopperEmail)
-
type
public DragonpayDetails type(String type)
-
getType
public String getType()
Get type- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-