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