Package com.adyen.model.checkout.details
Class DotpayDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.DotpayDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class DotpayDetails extends Object implements PaymentMethodDetails
DotpayDetails
-
-
Constructor Summary
Constructors Constructor Description DotpayDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIssuer()The Dotpay issuer value of the shopper's selected bank.StringgetType()**dotpay**inthashCode()DotpayDetailsissuer(String issuer)voidsetIssuer(String issuer)voidsetType(String type)StringtoString()DotpayDetailstype(String type)
-
-
-
Field Detail
-
DOTPAY
public static final String DOTPAY
Possible types- See Also:
- Constant Field Values
-
-
Method Detail
-
issuer
public DotpayDetails issuer(String issuer)
-
getIssuer
public String getIssuer()
The Dotpay issuer value of the shopper's selected bank. Set this to an **id** of a Dotpay issuer to preselect it.- Returns:
- issuer
-
setIssuer
public void setIssuer(String issuer)
-
type
public DotpayDetails type(String type)
-
getType
public String getType()
**dotpay**- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-