-
public class CardEntryActivityResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardEntryActivityResult.SuccessRepresents the result of a successful operation to process card payment information. Contains the card nonce and additional Card details.
public classCardEntryActivityResult.CanceledThe result when the customer cancels the Square card entry activity before a card is successfully entered.
-
Method Summary
Modifier and Type Method Description final BooleanisSuccess()True if card entry is successful. final CardEntryActivityResult.SuccessgetSuccessValue()final BooleanisCanceled()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.
-
-
-
-