Tip

@JsonClass(generateAdapter = true)
data class Tip(val amount: Long? = null) : Serializable

Tip contains details about tips

For more information, see the official Stripe docs: Collect on-reader tips

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

Constructors

Link copied to clipboard
constructor(amount: Long? = null)

Properties

Link copied to clipboard
val amount: Long? = null

Portion of the amount that corresponds to a tip