OfflineCardPresentDetails
@JsonClass(generateAdapter = true)
Content copied to clipboard
OfflineCardPresentDetails contains details about the payment method used to process a PaymentIntent offline.
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
Constructors
Link copied to clipboard
fun OfflineCardPresentDetails(brand: String? = null, expMonth: Int = 0, expYear: Int = 0, last4: String? = null, readMethod: String? = null, cardholderName: String? = null, @Json(name = "receipt") receiptDetails: ReceiptDetails? = null)
Content copied to clipboard
Types
Functions
Properties
Link copied to clipboard
The cardholder name as read from the card. May include alphanumeric characters, special characters and first/last name separator (/). In some cases, the cardholder name may not be available depending on how the issuer has configured the card. Cardholder name is typically not available on swipe or contactless payments.
Link copied to clipboard
The ReceiptDetails read from the card during the offline transaction.