Class StoredPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class StoredPaymentMethod extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<StoredPaymentMethod>SERIALIZERprivate final BooleanisEcommerceprivate Stringtypeprivate Stringnameprivate Stringbrandprivate StringexpiryMonthprivate StringexpiryYearprivate StringholderNameprivate Stringidprivate StringlastFourprivate StringshopperEmailprivate List<String>supportedShopperInteractionsprivate StringbankAccountNumberprivate Stringcashtagprivate Stringlabel
-
Constructor Summary
Constructors Constructor Description StoredPaymentMethod(String type, String name, String brand, String expiryMonth, String expiryYear, String holderName, String id, String lastFour, String shopperEmail, List<String> supportedShopperInteractions, String bankAccountNumber, String cashtag, String label)
-
Method Summary
-
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
-
isEcommerce
final Boolean isEcommerce()
-
getExpiryMonth
final String getExpiryMonth()
-
setExpiryMonth
final Unit setExpiryMonth(String expiryMonth)
-
getExpiryYear
final String getExpiryYear()
-
setExpiryYear
final Unit setExpiryYear(String expiryYear)
-
getHolderName
final String getHolderName()
-
setHolderName
final Unit setHolderName(String holderName)
-
getLastFour
final String getLastFour()
-
setLastFour
final Unit setLastFour(String lastFour)
-
getShopperEmail
final String getShopperEmail()
-
setShopperEmail
final Unit setShopperEmail(String shopperEmail)
-
getSupportedShopperInteractions
final List<String> getSupportedShopperInteractions()
-
setSupportedShopperInteractions
final Unit setSupportedShopperInteractions(List<String> supportedShopperInteractions)
-
getBankAccountNumber
final String getBankAccountNumber()
-
setBankAccountNumber
final Unit setBankAccountNumber(String bankAccountNumber)
-
getCashtag
final String getCashtag()
-
setCashtag
final Unit setCashtag(String cashtag)
-
-
-
-