public method EntryOrderRequestBuilder.setAccountId
Overview
Sets the unique identification number of the offer
Declaration
function setAccountId(accountId)
public EntryOrderRequestBuilder setAccountId(String accountId);
public EntryOrderRequestBuilder setAccountId(string accountId);
Parameters
| Name | Description |
|---|---|
| accountId | The unique identification number that can be assigned to an account |
Returns
The method returns an instance of the EntryOrderRequest class
Details
Declared in EntryOrderRequestBuilder