Package 

Object GooglePay


  • 
    public class GooglePay
    
                        

    Lets the application retrieve a card nonce using a Google Pay token.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static GooglePay INSTANCE
    • Method Summary

      Modifier and Type Method Description
      final Call<GooglePayNonceResult> requestGooglePayNonce(String googlePayToken) Creates a Call that requests a card nonce from a Google Pay token.
      final <ERROR CLASS> createIsReadyToPayRequest() Creates an IsReadyToPayRequest instance with Square-supported card networks and payment methods configured.
      final <ERROR CLASS> )>createPaymentDataRequest(String squareLocationId, <ERROR CLASS> transactionInfo) Creates a PaymentDataRequest instance configured for the Square payment gateway.
      • Methods inherited from class sqip.GooglePay

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

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