GetBatchRequest | @here/olp-sdk-ts
Class GetBatchRequest
Hierarchy
- GetBatchRequest
Index
Constructors
Methods
Constructors
constructor
Returns GetBatchRequest
Methods
get Billing Tag
Gets the billing tag (if it was set).
Returns undefined | string
The billing tag or
undefinedif it was not set.
get Publication Id
Gets the ID of the publication to retrieve the publication details.
Returns undefined | string
The ID of the publication details of which you want to retrieve.
with Billing Tag
Sets the billing tag.
Parameters
tag: string
The free-form tag that is used for grouping billing records together. If supplied, it must be 4–16 characters long and contain only alphanumeric ASCII characters [A–Za–z0–9].
Returns GetBatchRequest
A reference to this object.
with Publication Id
Sets the ID of the publication to retrieve the publication details.
Parameters
id: string
The ID of the publication details of which you want to retrieve.
Returns GetBatchRequest
A reference to this object.
Generated using TypeDoc
Gets publication details.