public method IOffersManager.getOfferById
Overview
Gets a data of a specific offer by offer ID
Declaration
function getOfferById(offerId)
public Offer getOfferById(String offerId);
public Offer getOfferById(string offerId);
Parameters
| Name | Description |
|---|---|
| offerId | The parameter represents the unique identification number of the offer |
Returns
The method returns a data of a specific offer by offer ID
Details
Declared in IOffersManager