Success

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

Represents the result of a successful operation to process card payment information. 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

True if the customer cancels the Square card entry activity before a card is successfully entered.

Link copied to clipboard

True if card entry is successful. See getSuccessValue for the result.