Class PayToPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PayToPaymentMethod extends PaymentMethodDetails
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPAYMENT_METHOD_TYPEpublic final static ModelObject.Serializer<PayToPaymentMethod>SERIALIZERprivate Stringtypeprivate StringcheckoutAttemptIdprivate StringsdkDataprivate StringshopperAccountIdentifierprivate StringstoredPaymentMethodId
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetCheckoutAttemptId()UnitsetCheckoutAttemptId(@Deprecated(message = "This property is deprecated. Use the SERIALIZER to send the payment data to your backend.") String checkoutAttemptId)StringgetSdkData()UnitsetSdkData(String sdkData)final StringgetShopperAccountIdentifier()final UnitsetShopperAccountIdentifier(String shopperAccountIdentifier)final StringgetStoredPaymentMethodId()final UnitsetStoredPaymentMethodId(String storedPaymentMethodId)-
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(@Deprecated(message = "This property is deprecated. Use the SERIALIZER to send the payment data to your backend.") String checkoutAttemptId)
-
getSdkData
String getSdkData()
-
setSdkData
Unit setSdkData(String sdkData)
-
getShopperAccountIdentifier
final String getShopperAccountIdentifier()
-
setShopperAccountIdentifier
final Unit setShopperAccountIdentifier(String shopperAccountIdentifier)
-
getStoredPaymentMethodId
final String getStoredPaymentMethodId()
-
setStoredPaymentMethodId
final Unit setStoredPaymentMethodId(String storedPaymentMethodId)
-
-
-
-