SurchargeDetails

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

SurchargeDetails contains details about surcharges, such as the surcharged amount

To access the surcharging availability and maximum amount in the PaymentMethodOptions field, see Surcharge

For more information, see the official Stripe docs: Collect surcharges

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 surcharge