ListSettlementRecordsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The currency for the amounts in the response.

Link copied to clipboard

Optional filters to narrow the results. You can filter by payer address, status, source name, network, or other settlement fields.

Link copied to clipboard
val limit: Int?

The maximum number of settlement records to return. Minimum: 1. Maximum: 100.

Link copied to clipboard

When you get a paginated response, this marker indicates that additional results are available.

Link copied to clipboard
val scope: Scope?

Specifies whether this is for a Amazon CloudFront distribution (CLOUDFRONT) or for a regional application (REGIONAL).

Link copied to clipboard

The field to sort settlement records by: TIMESTAMP, AMOUNT, NAME, or STATUS.

Link copied to clipboard

The sort order: ASC for ascending or DESC for descending.

Link copied to clipboard

The time range for the query. Specify start and end timestamps.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String