public method EntryOrderRequestBuilder.setOfferId

Overview

Sets the unique identification number of the offer

Declaration

function setOfferId(offerId)
public EntryOrderRequestBuilder setOfferId(String offerId);
public EntryOrderRequestBuilder setOfferId(string offerId);

Parameters

Name Description
offerId The unique identification number that can be assigned to an offer

Returns

The method returns an instance of the EntryOrderRequest class

Details

Declared in EntryOrderRequestBuilder