Class ConvenienceStoresJPPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ConvenienceStoresJPPaymentMethod extends EContextPaymentMethod
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPAYMENT_METHOD_TYPEpublic final static ModelObject.Serializer<ConvenienceStoresJPPaymentMethod>SERIALIZERprivate Stringtypeprivate StringcheckoutAttemptIdprivate StringfirstNameprivate StringlastNameprivate StringtelephoneNumberprivate StringshopperEmail
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetCheckoutAttemptId()UnitsetCheckoutAttemptId(String checkoutAttemptId)StringgetFirstName()UnitsetFirstName(String firstName)StringgetLastName()UnitsetLastName(String lastName)StringgetTelephoneNumber()UnitsetTelephoneNumber(String telephoneNumber)StringgetShopperEmail()UnitsetShopperEmail(String shopperEmail)-
Methods inherited from class com.adyen.checkout.core.internal.data.model.ModelObject
describeContents -
Methods inherited from class android.os.Parcelable
writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCheckoutAttemptId
String getCheckoutAttemptId()
-
setCheckoutAttemptId
Unit setCheckoutAttemptId(String checkoutAttemptId)
-
getFirstName
String getFirstName()
-
setFirstName
Unit setFirstName(String firstName)
-
getLastName
String getLastName()
-
setLastName
Unit setLastName(String lastName)
-
getTelephoneNumber
String getTelephoneNumber()
-
setTelephoneNumber
Unit setTelephoneNumber(String telephoneNumber)
-
getShopperEmail
String getShopperEmail()
-
setShopperEmail
Unit setShopperEmail(String shopperEmail)
-
-
-
-