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