Interface PayoutsApiGetPayoutRequest

Request parameters for getPayout operation in PayoutsApi.

Export

PayoutsApiGetPayoutRequest

Hierarchy

  • PayoutsApiGetPayoutRequest

Properties

id: string

Memberof

PayoutsApiGetPayout

include?: "transaction_count"[]

An array of optional include parameters, specifying extra properties to return. Currently for this endpoint only accepts 'transaction_count'. In the query parameters, this is specified as include=value1,value2,value3,etc.

Memberof

PayoutsApiGetPayout

tilled_account: string

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

Memberof

PayoutsApiGetPayout

Generated using TypeDoc