RefundRequests

Namespace for request models used by the Refunds API.

Types

Link copied to clipboard
data class CreateRefundRequest(val chargeIntent: String, val amount: Int? = null, val reason: String? = null)

Request body for creating a new refund.