OfflineDetails
OfflineDetails holds unique information for a PaymentIntent that was created or processed offline. Useful for relating a forwarded PaymentIntent to the offline PaymentIntent.
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
Constructors
Alternative OfflineDetails constructor that takes id - Optional unique uuid for the offline transaction, storedAtMs - Timestamp this offline transaction was stored in milliseconds. emvData - EmvData blob used to generate OfflineCardPresentDetails. readMethod - How card details were read for the offline transaction. requiresUpload is always true.
Functions
Properties
AmountDetails contains details about items included in the PaymentIntent amount, including tips.
Details about the card-present payment method used to process this PaymentIntent.
SDK generated unique id for identifying this offline payment, useful for reconciling an offline payment with a PaymentIntent after it has been forwarded.
Set to true
if the PaymentIntent needs to be uploaded prior to capturing it.