public method IOffersManager.getOfferById

Brief

Gets a data of a specific offer by offer ID

Declaration

protojavascriptjavacsharp
public 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

Details

See also: Offer

Declared in IOffersManager

back