AmountDetails

@JsonClass(generateAdapter = true)
data class AmountDetails(tip: Tip?) : Parcelable

AmountDetails contains details about items included in the PaymentIntent amount

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

Constructors

Link copied to clipboard
fun AmountDetails(tip: Tip? = null)

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 tip: Tip? = null

Details about the tip