GeneratedFrom

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

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

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val charge: String? = null

The charge that created this object.

Link copied to clipboard
val paymentMethodDetails: PaymentMethodDetails? = null

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.