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