@nht-pandats/sdk / @nht-pandats/sdk/clients / @nht-pandats/sdk/clients/affiliateApi / ListCommentOptions
Interface: ListCommentOptions
@nht-pandats/sdk/clients.@nht-pandats/sdk/clients/affiliateApi.ListCommentOptions
The options to use when listing customer comments via the Affiliate API.
Since
v1.20240429.0
Hierarchy
ListMethodOptions<AffiliateApiCommentsModelDefinition>↳
ListCommentOptions
Properties
email
• Optional email: string
Defined in
src/clients/affiliateApi/comments.ts:91
fields
• Optional fields: keyof AffiliateApiCommentsModelDefinition[]
The fields to return in the response. If not provided, all fields will be returned.
Inherited from
Defined in
src/clients/affiliateApi/utils.ts:563
filter
• Optional filter: Filters<AffiliateApiCommentsModelDefinition>
The filters to apply to the results.
Inherited from
Defined in
src/clients/affiliateApi/utils.ts:567
limit
• Optional limit: number
The maximum number of results to return. Cannot exceed 200.
Inherited from
Defined in
src/clients/affiliateApi/utils.ts:559
page
• Optional page: number
The page number of the results to return.
Inherited from
Defined in
src/clients/affiliateApi/utils.ts:555
sort
• Optional sort: Object
The field and order to sort the results by.
Type declaration
| Name | Type |
|---|---|
asc | undefined |
desc | undefined |
asc: undefined
-
desc: undefined
-