Class GooglePayPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class GooglePayPaymentMethod extends PaymentMethodDetails
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<GooglePayPaymentMethod>SERIALIZERprivate Stringtypeprivate StringcheckoutAttemptIdprivate StringgooglePayTokenprivate StringgooglePayCardNetworkprivate StringthreeDS2SdkVersion
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetCheckoutAttemptId()UnitsetCheckoutAttemptId(String checkoutAttemptId)final StringgetGooglePayToken()final UnitsetGooglePayToken(String googlePayToken)final StringgetGooglePayCardNetwork()final UnitsetGooglePayCardNetwork(String googlePayCardNetwork)final StringgetThreeDS2SdkVersion()final UnitsetThreeDS2SdkVersion(String threeDS2SdkVersion)-
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)
-
getGooglePayToken
final String getGooglePayToken()
-
setGooglePayToken
final Unit setGooglePayToken(String googlePayToken)
-
getGooglePayCardNetwork
final String getGooglePayCardNetwork()
-
setGooglePayCardNetwork
final Unit setGooglePayCardNetwork(String googlePayCardNetwork)
-
getThreeDS2SdkVersion
final String getThreeDS2SdkVersion()
-
setThreeDS2SdkVersion
final Unit setThreeDS2SdkVersion(String threeDS2SdkVersion)
-
-
-
-