ListChargeIntentsResponse

data class ListChargeIntentsResponse(val meta: FrameMetadata?, val data: List<ChargeIntent>?)

Response body for a paginated list of charge intents.

Constructors

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

Properties

Link copied to clipboard

The list of charge intents on the current page, or null if the response contains no results.

Link copied to clipboard

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