Package 

Class CardEntryActivityResult


  • 
    public class 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.

    • 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.
      • Methods inherited from class sqip.CardEntryActivityResult

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait