Id

sealed interface Id : Serializable

Id of the linked Payment we want to refund.

Inheritors

Types

Link copied to clipboard
data class Charge(val id: String) : RefundParameters.Id

Refunds by the charge id.

Link copied to clipboard

Refunds the payment by the payment intent id

Properties

Link copied to clipboard
abstract val id: String