CardEntryActivityResult

Represents the result of a card entry activity. The result will be an instance of Success if the request is successful, or Canceled if the customer cancels the request.

Inheritors

Types

Link copied to clipboard

The result when the customer cancels the Square card entry activity before a card is successfully entered.

Link copied to clipboard
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.

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.