CancelOffer

Cancels an offer fulfillment.

Server Authoritative (default)

public static VyTask<VyOfferCancellationDto> CancelOffer(VyCancelOfferRequest reqParams)

Path Parameters

reqParams

The cancellation request parameters.

Returns

VyTask<VyOfferCancellationDto> A task that represents the asynchronous cancellation operation. The task result contains the cancellation response data.

Last updated