-
Call<T> - Interface in sqip
-
An invocation of an SDK call that sends a request to Square servers and returns a response.
Each call yields its own request and response. Use
Call.clone
to make multiple calls with the
same parameters to the same web server; this may be used to retry a failed call.
-
Callback<R> - Interface in sqip
-
Communicates the result of an asynchronous operation.
Callback.onResult
is invoked exactly once per
operation.
-
cancel() - Method in interface sqip.Call
-
Cancels this call. An attempt will be made to cancel in-flight calls, and if the call has not
yet been executed it never will be.
-
Card - Class in sqip
-
Represents a payment card.
-
Card(brand, lastFourDigits, expirationMonth, expirationYear, postalCode, type, prepaidType) - Constructor for class sqip.Card
-
Represents a payment card.
-
Card.Brand - Enum in sqip
-
The card brand (for example, Visa).
-
Card.PrepaidType - Enum in sqip
-
-
Card.Type - Enum in sqip
-
-
CardDetails - Interface in sqip
-
Represents the result of a successful operation to process card payment information.
-
CardEntry - Class in sqip
-
Lets the application collect card information from the customer.
-
CardEntryActivityCommand - Class in sqip
-
-
CardEntryActivityCommand.Finish - Class in sqip
-
-
CardEntryActivityCommand.ShowError - Class in sqip
-
Display message in an error dialog to the customer, and allow the customer to edit their card
information and re-submit.
-
CardEntryActivityResult - Class in sqip
-
-
CardEntryActivityResult.Canceled - Class in sqip
-
The result when the customer cancels the Square card entry activity before a card is
successfully entered.
-
CardEntryActivityResult.Success - Class in sqip
-
Represents the result of a successful operation to process card payment information. Contains
the card nonce and additional
class Card
details.
-
CardNonceBackgroundHandler - Interface in sqip
-
A callback invoked on a background thread after the customer successfully enters their card
information and before the card entry activity finishes. This lets the application perform
additional work using the card information, such as as charging the card.
-
Charge(money) - Constructor for class sqip.BuyerAction.Charge
-
Action that will charge the card payment source id with Money.amount in the specified Money.currencyCode
-
city(city) - Method in class sqip.Contact.Builder
-
-
clone() - Method in interface sqip.Call
-
Creates a new, identical call to this one which can be enqueued or executed even if this call
has already been executed.
-
Code() - Constructor for enum sqip.Error.Code
-
Possible error codes that can be returned as a result of attempting to verify a card nonce.
-
Code() - Constructor for enum sqip.Error.Code
-
Possible error codes that can be returned as a result of attempting to create a Google Pay
card nonce.
-
component1() - Method in class sqip.BuyerAction.Charge
-
-
component1() - Method in class sqip.BuyerVerificationResult.Error
-
The error code.
-
component1() - Method in class sqip.BuyerVerificationResult.Success
-
true if the buyer was challenged for additional authentication factors.
-
component1() - Method in class sqip.Card
-
The card brand
-
component1() - Method in class sqip.CardEntryActivityCommand.ShowError
-
-
component1() - Method in class sqip.CardEntryActivityResult.Success
-
A one-time-use payment token that is used with the Transactions API
-
component1() - Method in class sqip.GooglePayNonceResult.Error
-
The error code.
-
component1() - Method in class sqip.GooglePayNonceResult.Success
-
A one-time-use payment token that is used with the Transactions API
-
component1() - Method in class sqip.Money
-
Amount of money that will be charged
-
component1() - Method in class sqip.SquareIdentifier.LocationToken
-
-
component2() - Method in class sqip.BuyerVerificationResult.Error
-
A displayable message that summarizes the possible cause of the error.
-
component2() - Method in class sqip.BuyerVerificationResult.Success
-
The token representing a verified buyer.
-
component2() - Method in class sqip.Card
-
The last 4 digits of the card number.
-
component2() - Method in class sqip.CardEntryActivityResult.Success
-
The payment card.
-
component2() - Method in class sqip.GooglePayNonceResult.Error
-
A displayable message that summarizes the possible cause of the error.
-
component2() - Method in class sqip.GooglePayNonceResult.Success
-
The payment card.
-
component2() - Method in class sqip.Money
-
The currency type the paymentSourceId will be charged in.
-
component3() - Method in class sqip.BuyerVerificationResult.Error
-
A more detailed error code for troubleshooting.
-
component3() - Method in class sqip.Card
-
The expiration month of the card.
-
component3() - Method in class sqip.GooglePayNonceResult.Error
-
A more detailed error code for troubleshooting.
-
component4() - Method in class sqip.BuyerVerificationResult.Error
-
A human-readable message containing additional debug
-
component4() - Method in class sqip.Card
-
The 4-digit expiration year of the card.
-
component4() - Method in class sqip.GooglePayNonceResult.Error
-
A human-readable message containing additional debug
-
component5() - Method in class sqip.Card
-
The billing postal code associated with the card,
-
component6() - Method in class sqip.Card
-
The card’s type.
-
component7() - Method in class sqip.Card
-
Indicates whether or not this is a prepaid card.
-
Contact - Class in sqip
-
This represents the required given name field and optional fields that can be passed in as part of the verification process.
The more fields you supply, the greater the chance the verification will be successful.
-
Contact.Builder - Class in sqip
-
-
copy(money) - Method in class sqip.BuyerAction.Charge
-
Action that will charge the card payment source id with Money.amount in the specified Money.currencyCode
-
copy(code, message, debugCode, debugMessage) - Method in class sqip.BuyerVerificationResult.Error
-
-
copy(hasChallengedUser, verificationToken) - Method in class sqip.BuyerVerificationResult.Success
-
Represents the result of a successful
BuyerVerificationResult.verify operation. Contains
a value indicating whether the user was challenged and the verification token.
-
copy(brand, lastFourDigits, expirationMonth, expirationYear, postalCode, type, prepaidType) - Method in class sqip.Card
-
Represents a payment card.
-
copy(message) - Method in class sqip.CardEntryActivityCommand.ShowError
-
Display message in an error dialog to the customer, and allow the customer to edit their card
information and re-submit.
-
copy(nonce, card) - Method in class sqip.CardEntryActivityResult.Success
-
Represents the result of a successful operation to process card payment information. Contains
the card nonce and additional
class Card
details.
-
copy(code, message, debugCode, debugMessage) - Method in class sqip.GooglePayNonceResult.Error
-
-
copy(nonce, card) - Method in class sqip.GooglePayNonceResult.Success
-
-
copy(amount, currencyCode) - Method in class sqip.Money
-
Amount to charge the card payment source ID in the specified currencyCode
-
copy(tokenId) - Method in class sqip.SquareIdentifier.LocationToken
-
-
Country - Enum in sqip
-
-
Country(code) - Constructor for enum sqip.Country
-
-
countryCode(countryCode) - Method in class sqip.Contact.Builder
-
-
createIsReadyToPayRequest() - Method in class sqip.GooglePay
-
Creates an
IsReadyToPayRequest instance with Square-supported card networks and payment
methods configured.
-
createPaymentDataRequest(squareLocationId, transactionInfo) - Method in class sqip.GooglePay
-
-
Currency - Enum in sqip
-
Indicates the associated currency for a money amount . Values correspond to
ISO 4217.
-
Currency(code) - Constructor for enum sqip.Currency
-
Indicates the associated currency for a money amount . Values correspond to
ISO 4217.
-
getAction() - Method in class sqip.VerificationParameters
-
-
getAddress_lines() - Method in class sqip.Contact
-
-
getAmount() - Method in class sqip.Money
-
Amount of money that will be charged
-
getBrand() - Method in class sqip.Card
-
The card brand
-
getCard() - Method in interface sqip.CardDetails
-
The payment card.
-
getCard() - Method in class sqip.CardEntryActivityResult.Success
-
The payment card.
-
getCard() - Method in class sqip.GooglePayNonceResult.Success
-
The payment card.
-
getCity() - Method in class sqip.Contact
-
The contact address city name
-
getCode() - Method in class sqip.BuyerVerificationResult.Error
-
The error code.
-
getCode() - Method in enum sqip.Country
-
-
getCode() - Method in enum sqip.Currency
-
-
getCode() - Method in class sqip.GooglePayNonceResult.Error
-
The error code.
-
getContact() - Method in class sqip.VerificationParameters
-
-
getCountry_code() - Method in class sqip.Contact
-
-
getCurrencyCode() - Method in class sqip.Money
-
The currency type the paymentSourceId will be charged in.
-
getDebugCode() - Method in class sqip.BuyerVerificationResult.Error
-
A more detailed error code for troubleshooting.
-
getDebugCode() - Method in class sqip.GooglePayNonceResult.Error
-
A more detailed error code for troubleshooting.
-
getDebugMessage() - Method in class sqip.BuyerVerificationResult.Error
-
A human-readable message containing additional debug
-
getDebugMessage() - Method in class sqip.GooglePayNonceResult.Error
-
A human-readable message containing additional debug
-
getEmail() - Method in class sqip.Contact
-
Email address of the contact.
-
getErrorValue() - Method in class sqip.BuyerVerificationResult
-
-
getErrorValue() - Method in class sqip.GooglePayNonceResult
-
-
getExpirationMonth() - Method in class sqip.Card
-
The expiration month of the card.
-
getExpirationYear() - Method in class sqip.Card
-
The 4-digit expiration year of the card.
-
getFamily_name() - Method in class sqip.Contact
-
-
getGiven_name() - Method in class sqip.Contact
-
-
getHasChallengedUser() - Method in class sqip.BuyerVerificationResult.Success
-
true if the buyer was challenged for additional authentication factors.
-
getHasChallengedUser() - Method in interface sqip.BuyerVerifiedDetails
-
true if the buyer was challenged for additional authentication factors.
-
getLastFourDigits() - Method in class sqip.Card
-
The last 4 digits of the card number.
-
getMessage() - Method in class sqip.BuyerVerificationResult.Error
-
A displayable message that summarizes the possible cause of the error.
-
getMessage() - Method in class sqip.CardEntryActivityCommand.ShowError
-
-
getMessage() - Method in class sqip.GooglePayNonceResult.Error
-
A displayable message that summarizes the possible cause of the error.
-
getMoney() - Method in class sqip.BuyerAction.Charge
-
-
getNonce() - Method in interface sqip.CardDetails
-
-
getNonce() - Method in class sqip.CardEntryActivityResult.Success
-
A one-time-use payment token that is used with the Transactions API
-
getNonce() - Method in class sqip.GooglePayNonceResult.Success
-
A one-time-use payment token that is used with the Transactions API
-
getPaymentSourceId() - Method in class sqip.VerificationParameters
-
-
getPhone() - Method in class sqip.Contact
-
the telephone number of the contact
-
getPostal_code() - Method in class sqip.Contact
-
-
getPostalCode() - Method in class sqip.Card
-
The billing postal code associated with the card,
-
getPrepaidType() - Method in class sqip.Card
-
Indicates whether or not this is a prepaid card.
-
getRegion() - Method in class sqip.Contact
-
The applicable administrative region
-
getSquareApplicationId() - Method in class sqip.InAppPaymentsSdk
-
-
getSquareIdentifier() - Method in class sqip.VerificationParameters
-
-
getSuccessValue() - Method in class sqip.BuyerVerificationResult
-
-
getSuccessValue() - Method in class sqip.CardEntryActivityResult
-
-
getSuccessValue() - Method in class sqip.GooglePayNonceResult
-
-
getTokenId() - Method in class sqip.SquareIdentifier.LocationToken
-
-
getType() - Method in class sqip.Card
-
The card’s type.
-
getVerificationToken() - Method in class sqip.BuyerVerificationResult.Success
-
The token representing a verified buyer.
-
getVerificationToken() - Method in interface sqip.BuyerVerifiedDetails
-
The token representing a verified buyer.
-
GooglePay - Class in sqip
-
Lets the application retrieve a card nonce using a Google Pay token.
-
GooglePayNonceResult - Class in sqip
-
-
GooglePayNonceResult.Error - Class in sqip
-
-
GooglePayNonceResult.Success - Class in sqip
-