RefundParameters

class RefundParameters

The RefundParameters object allows you to set the options you need to create a refund for an existing charge. For more information, see:

https://stripe.com/docs/api/refunds/create

To create an instance of this class, use the provided Builder.

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

Types

Link copied to clipboard
class Builder(chargeId: String, amount: Long, currency: String)

Properties

Link copied to clipboard
val amount: Long
Link copied to clipboard
val chargeId: String
Link copied to clipboard
val currency: String
Link copied to clipboard
val metadata: Map<String, String>?
Link copied to clipboard
val refundApplicationFee: Boolean
Link copied to clipboard
val reverseTransfer: Boolean