Class TwintPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class TwintPaymentMethod extends PaymentMethodDetails
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<TwintPaymentMethod>SERIALIZERprivate Stringtypeprivate StringcheckoutAttemptIdprivate Stringsubtypeprivate StringstoredPaymentMethodId
-
Constructor Summary
Constructors Constructor Description TwintPaymentMethod(String type, String checkoutAttemptId, String subtype, String storedPaymentMethodId)
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetCheckoutAttemptId()UnitsetCheckoutAttemptId(String checkoutAttemptId)final StringgetSubtype()final UnitsetSubtype(String subtype)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(String checkoutAttemptId)
-
getSubtype
final String getSubtype()
-
setSubtype
final Unit setSubtype(String subtype)
-
getStoredPaymentMethodId
final String getStoredPaymentMethodId()
-
setStoredPaymentMethodId
final Unit setStoredPaymentMethodId(String storedPaymentMethodId)
-
-
-
-