Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class Card(val brand: Card.Brand, val lastFourDigits: String, val expirationMonth: Int, val expirationYear: Int, val postalCode: String?, val type: Card.Type = Type.UNKNOWN, val prepaidType: Card.PrepaidType = PrepaidType.UNKNOWN)
Represents a payment card.
Link copied to clipboard
interface CardDetails
Represents the result of a successful operation to process card payment information.
Link copied to clipboard
object InAppPaymentsSdk
Lets the application read and write the Square application ID via the squareApplicationId property. You can also specify the application ID at build time in the AndroidManifest.xml: