SetupIntentPaymentMethodDetails

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

PaymentMethodDetails contains details about the payment method used to complete a PaymentIntent It's different from CardPresentDetails. Because in Proto SetupAttempt, fields of PaymentMethodDetails are different from

For more information, see the official Stripe docs: Payment method details

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 cardPresentDetails: SetupIntentCardPresentDetails? = null

A CardPresentDetails object containing more information about a payment method of type CARD_PRESENT

Link copied to clipboard
val interacPresentDetails: SetupIntentCardPresentDetails? = null

A CardPresentDetails object containing more information about a payment method of type INTERAC_PRESENT