VyQuery_GetUserOffers
Represents a query for retrieving user offers.
Query
Type
Description
PageNumber
int
Sets the page number for the query.
PageSize
int
Sets the page size for the query.
SortOn
string
Sets the field to sort the results on.
Type
string[]
Sets the offer types to filter by.
Status
string[]
Sets the offer statuses to filter by.
ExternalUserId
string
Sets the external user ID to filter by.
IsBuyer
bool
Sets whether the user is a buyer.
IncludeSubUsers
bool
Sets whether to include sub-users.
Last updated