Class PayByBankPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PayByBankPaymentMethod extends IssuerListPaymentMethod
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPAYMENT_METHOD_TYPEpublic final static ModelObject.Serializer<PayByBankPaymentMethod>SERIALIZERprivate Stringtypeprivate StringcheckoutAttemptIdprivate Stringissuer
-
Constructor Summary
Constructors Constructor Description PayByBankPaymentMethod(String type, String checkoutAttemptId, String issuer)
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetCheckoutAttemptId()UnitsetCheckoutAttemptId(String checkoutAttemptId)StringgetIssuer()UnitsetIssuer(String issuer)-
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
-
-