Package com.adyen.model.checkout.details
Class EcontextVoucherDetails
- java.lang.Object
-
- com.adyen.model.checkout.details.EcontextVoucherDetails
-
- All Implemented Interfaces:
PaymentMethodDetails
public class EcontextVoucherDetails extends Object implements PaymentMethodDetails
EcontextVoucherDetails
-
-
Field Summary
Fields Modifier and Type Field Description static StringSEVENELEVENPossible typesstatic StringSTORES
-
Constructor Summary
Constructors Constructor Description EcontextVoucherDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)EcontextVoucherDetailsfirstName(String firstName)StringgetFirstName()The shopper's first name.StringgetLastName()The shopper's last name.StringgetShopperEmail()The shopper's email.StringgetTelephoneNumber()The shopper's contact number.StringgetType()**econtextvoucher** One ofinthashCode()EcontextVoucherDetailslastName(String lastName)voidsetFirstName(String firstName)voidsetLastName(String lastName)voidsetShopperEmail(String shopperEmail)voidsetTelephoneNumber(String telephoneNumber)voidsetType(String type)EcontextVoucherDetailsshopperEmail(String shopperEmail)EcontextVoucherDetailstelephoneNumber(String telephoneNumber)StringtoString()EcontextVoucherDetailstype(String type)
-
-
-
Field Detail
-
SEVENELEVEN
public static final String SEVENELEVEN
Possible types- See Also:
- Constant Field Values
-
STORES
public static final String STORES
- See Also:
- Constant Field Values
-
-
Method Detail
-
firstName
public EcontextVoucherDetails firstName(String firstName)
-
getFirstName
public String getFirstName()
The shopper's first name.- Returns:
- firstName
-
setFirstName
public void setFirstName(String firstName)
-
lastName
public EcontextVoucherDetails lastName(String lastName)
-
getLastName
public String getLastName()
The shopper's last name.- Returns:
- lastName
-
setLastName
public void setLastName(String lastName)
-
shopperEmail
public EcontextVoucherDetails shopperEmail(String shopperEmail)
-
getShopperEmail
public String getShopperEmail()
The shopper's email.- Returns:
- shopperEmail
-
setShopperEmail
public void setShopperEmail(String shopperEmail)
-
telephoneNumber
public EcontextVoucherDetails telephoneNumber(String telephoneNumber)
-
getTelephoneNumber
public String getTelephoneNumber()
The shopper's contact number.- Returns:
- telephoneNumber
-
setTelephoneNumber
public void setTelephoneNumber(String telephoneNumber)
-
type
public EcontextVoucherDetails type(String type)
-
getType
public String getType()
**econtextvoucher** One of- Specified by:
getTypein interfacePaymentMethodDetails- Returns:
- type
-
setType
public void setType(String type)
- Specified by:
setTypein interfacePaymentMethodDetails
-
-