Refund
data class Refund(val id: String?, val charge: String?, val currency: String?, val description: String?, val status: String?, val created: Int?, val updated: Int?, val amountCaptured: Int?, val amountRefunded: Int?, val chargeIntent: String?, val failureReason: String?, val refundObject: String?)
Represents a refund issued against a charge or charge intent.
Constructors
Properties
Link copied to clipboard
Amount that was captured on the original charge, in the smallest currency unit.
Link copied to clipboard
Amount refunded, in the smallest currency unit.
Link copied to clipboard
ID of the charge intent associated with this refund.
Link copied to clipboard
Optional description provided when the refund was created.
Link copied to clipboard
Reason for refund failure, if applicable.
Link copied to clipboard
String identifier for the object type, always "refund".