VyQuery_GetUserFulfillments

Represents a set of query parameters for retrieving user fulfillments.

QueryTypeDescription

PageNumber

int

Sets the page number of the query result.

PageSize

int

Sets the page size of the query result.

SortOn

string

Sets the field to sort the query result on.

SortOrder

Sets the sort order of the query result.

Type

Filters the query result by fulfillment type.

Status

Filters the query result by fulfillment status.

IsBuyer

bool

Filters the query result by whether the user is a buyer.

ExternalUserId

string

Filters the query result by external user ID.

Last updated