GetOffer
Retrieves a VyOfferDto object based on the provided ID.
public static VyTask<VyOfferDto> GetOffer(string id)
Path Parameters
Returns
VyTask<VyOfferDto> A task that returns a VyOfferDto object representing the retrieved offer.
Last updated
Retrieves a VyOfferDto object based on the provided ID.
public static VyTask<VyOfferDto> GetOffer(string id)
Path Parameters
Returns
VyTask<VyOfferDto> A task that returns a VyOfferDto object representing the retrieved offer.
Last updated