GetUserFulfillments
Retrieves a list of user fulfillments.
Last updated
Retrieves a list of user fulfillments.
Last updated
public static VyTask<VyFulfillmentDto[]> GetUserFulfillments(VyQuery_GetUserFulfillments query = null)
Path Parameters
query [optional]
Optional query parameters for filtering the results.
Returns
VyTask<VyFulfillmentDto[]> A task that represents the asynchronous operation. The task result contains an array of VyFulfillmentDto objects.