Donation

@Serializable
data class Donation(val amount: Long? = null) : Serializable

Donation contains details about donations.

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

Total portion of the amount that is for the donation.