public method IOffersManager.getOfferByIdGets a data of a specific offer by offer ID
Declaration
protojavascriptjavacsharppublic getOfferById(offerId : string) : Offer
| Parameters | |
offerId |
The parameter represents the unique identification number of the offer |
Returns
The method returns a data of a specific offer by offer ID
See also: Offer
Declared in IOffersManager