-
public class CardEntryActivityResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
CardEntryActivityResult.Success
Represents the result of a successful operation to process card payment information. Contains the card nonce and additional Card details.
public class
CardEntryActivityResult.Canceled
The result when the customer cancels the Square card entry activity before a card is successfully entered.
-
Method Summary
Modifier and Type Method Description final Boolean
isSuccess()
True if card entry is successful. final CardEntryActivityResult.Success
getSuccessValue()
final Boolean
isCanceled()
True if the customer cancels the Square card entry activity before a card is successfully entered. -
-
Method Detail
-
isSuccess
final Boolean isSuccess()
True if card entry is successful. See getSuccessValue for the result.
-
getSuccessValue
final CardEntryActivityResult.Success getSuccessValue()
-
isCanceled
final Boolean isCanceled()
True if the customer cancels the Square card entry activity before a card is successfully entered.
-
-
-
-