Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 371 Bytes

File metadata and controls

17 lines (11 loc) · 371 Bytes

GetCustomersQueryParamSortBy

The field to sort the customers by. The default is createdAt.

Example Usage

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

let value: GetCustomersQueryParamSortBy = "subscriptionCanceledAt";

Values

"createdAt" | "saleAmount" | "firstSaleAt" | "subscriptionCanceledAt"