GeneratedFrom

@JsonClass(generateAdapter = true)
data class GeneratedFrom : Serializable

The GeneratedFrom object contains details of the original PaymentMethod that created this CardDetails object.

For more information, see the official Stripe docs: generated from

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Properties

Link copied to clipboard
val charge: String? = null

The charge that created this object.

Link copied to clipboard

Transaction-specific details of the payment method used in the payment.

Link copied to clipboard
val setupAttempt: String? = null

The ID of the SetupAttempt that generated this PaymentMethod, if any.