AmountDetails

@JsonClass(generateAdapter = true)
data class AmountDetails(val tip: Tip? = null) : Serializable

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

Properties

Link copied to clipboard
val tip: Tip? = null

Details about the tip