Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 8.65 KB

File metadata and controls

24 lines (19 loc) · 8.65 KB

ListPayoutsRequest

Example Usage

import { ListPayoutsRequest } from "dub/models/operations";

let value: ListPayoutsRequest = {
  pageSize: 50,
};

Fields

Field Type Required Description Example
status operations.ListPayoutsQueryParamStatus Filter the list of payouts by their corresponding status.
partnerId string Filter the list of payouts by the associated partner. When specified, takes precedence over tenantId.
tenantId string Filter the list of payouts by the associated partner's tenantId (their unique ID within your database).
invoiceId string Filter the list of payouts by invoice ID (the unique ID of the invoice you receive for each batch payout you process on Dub). Pending payouts will not have an invoice ID.
sortBy operations.ListPayoutsQueryParamSortBy The field to sort the list of payouts by.
sortOrder operations.ListPayoutsQueryParamSortOrder The sort order for the list of payouts.
page number The page number for pagination. 1
pageSize number The number of items per page. 50