Package com.adyen.model.checkout.details
Class EntercashDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.EntercashDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class EntercashDetails extends Object implements PaymentMethodDetails
EntercashDetails
-
-
Constructor Summary
Constructors Constructor Description EntercashDetails()
-
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.StringgetType()**entercash**inthashCode()EntercashDetailsissuer(String issuer)voidsetIssuer(String issuer)voidsetType(String type)StringtoString()EntercashDetailstype(String type)
-
-
-
Field Detail
-
ENTERCASH
public static final String ENTERCASH
Possible types- See Also:
- Constant Field Values
-
-
Method Detail
-
issuer
public EntercashDetails issuer(String issuer)
-
getIssuer
public String getIssuer()
The issuer id of the shopper's selected bank.- Returns:
- issuer
-
setIssuer
public void setIssuer(String issuer)
-
type
public EntercashDetails type(String type)
-
getType
public String getType()
**entercash**- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-