ListRefundsResponse

data class ListRefundsResponse(val meta: FrameMetadata?, val data: List<Refund>?)

Paginated response returned when listing refunds.

Constructors

Link copied to clipboard
constructor(meta: FrameMetadata?, data: List<Refund>?)

Properties

Link copied to clipboard

List of Refund objects for the current page, or null if unavailable.

Link copied to clipboard

Pagination metadata for the result set, or null if unavailable.