DynamicItem

A custom line item with a name and amount (not from your catalog)

Attributes

name string required

Display name for the line item (length 1–255)

amount integer required

Amount in cents (range 100–1000000)

quantity integer required

(range 1–999)

DynamicItem
{  "name": "string",  "amount": 0,  "quantity": 0}