Package-level declarations
Types
Link copied to clipboard
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.
Link copied to clipboard
Defines the API endpoints available for refund operations.
Link copied to clipboard
object RefundRequests
Namespace for request models used by the Refunds API.
Link copied to clipboard
object RefundResponses
Namespace for response models returned by the Refunds API.
Link copied to clipboard
object RefundsAPI
Provides methods for creating and retrieving refunds against existing charges.