Class BlikPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class BlikPaymentMethod extends PaymentMethodDetails
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPAYMENT_METHOD_TYPEpublic final static ModelObject.Serializer<BlikPaymentMethod>SERIALIZERprivate Stringtypeprivate StringcheckoutAttemptIdprivate StringblikCodeprivate StringstoredPaymentMethodId
-
Constructor Summary
Constructors Constructor Description BlikPaymentMethod(String type, String checkoutAttemptId, String blikCode, String storedPaymentMethodId)
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetCheckoutAttemptId()UnitsetCheckoutAttemptId(String checkoutAttemptId)final StringgetBlikCode()final UnitsetBlikCode(String blikCode)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)
-
getBlikCode
final String getBlikCode()
-
setBlikCode
final Unit setBlikCode(String blikCode)
-
getStoredPaymentMethodId
final String getStoredPaymentMethodId()
-
setStoredPaymentMethodId
final Unit setStoredPaymentMethodId(String storedPaymentMethodId)
-
-
-
-