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(id: RefundParameters.Id, amount: Long, currency: String)
Link copied to clipboard
interface Id : Serializable

Id of the linked Payment we want to refund.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard