Interface PlatformFeesApiListPlatformFeesRequest

Request parameters for listPlatformFees operation in PlatformFeesApi.

Export

PlatformFeesApiListPlatformFeesRequest

Hierarchy

  • PlatformFeesApiListPlatformFeesRequest

Properties

charge_id?: string

Only return application fees for the charge specified by this charge id.

Memberof

PlatformFeesApiListPlatformFees

created_at_gte?: string

Minimum `created_at` value to filter by (inclusive).

Memberof

PlatformFeesApiListPlatformFees

created_at_lte?: string

Maximum `created_at` value to filter by (inclusive).

Memberof

PlatformFeesApiListPlatformFees

limit?: number

The maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.

Memberof

PlatformFeesApiListPlatformFees

offset?: number

The (zero-based) offset of the first item in the collection to return.

Memberof

PlatformFeesApiListPlatformFees

tilled_account: string

The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.

Memberof

PlatformFeesApiListPlatformFees

Generated using TypeDoc