createLineItem
createLineItem(
deps,lineItemsUrl,bearer,lineItem):Promise<LineItem>
Defined in: packages/core/src/ags.ts:225
Create a line item in a container. bearer needs the lineitem scope.
Parameters
Section titled “Parameters”lineItemsUrl
Section titled “lineItemsUrl”string
bearer
Section titled “bearer”string
lineItem
Section titled “lineItem”Returns
Section titled “Returns”Promise<LineItem>