Success

data class Success(val nonce: String, val card: Card) : GooglePayNonceResult, CardDetails

Represents the result of a successful GooglePay.requestGooglePayNonce operation. Contains the card nonce and additional Card details.

Constructors

Link copied to clipboard
constructor(nonce: String, card: Card)

Properties

Link copied to clipboard
open override val card: Card
Link copied to clipboard
open override val nonce: String

Functions

Link copied to clipboard

The result of an erroneous GooglePay.requestGooglePayNonce operation.

Link copied to clipboard

The result of a successful GooglePay.requestGooglePayNonce operation.

Link copied to clipboard

True if the GooglePay.requestGooglePayNonce operation resulted in an error.

Link copied to clipboard

True if the GooglePay.requestGooglePayNonce operation was successful. See getSuccessValue for the result.