PurchaseOffer

Purchases an offer and returns the purchase details.

Server Authoritative (default)

public static VyTask<VyOfferPurchaseDto> PurchaseOffer(VyPurchaseOfferRequest reqParams)

Path Parameters

reqParams

The request parameters for purchasing the offer.

Returns

VyTask<VyOfferPurchaseDto> A task that represents the asynchronous operation. The task result contains the purchase details.

Last updated