MultiLinkOrderLine
A line item copied to every payment session created from the multi-link.
descriptionstring
Required
The descriptive name of the line item.
Length:
1 <= length <= 255Example:
"Reusable coffee cup"imageUrlstring
Nullable
A registered point-of-sale URL for an image of the line item.
Format:
uriLength:
1 <= length <= 1024Example:
"https://example.com/images/reusable-cup.png"quantityinteger
Required
The quantity of the line item.
Range:
0 <= valueExample:
1totalAmountinteger
Required
The line total in minor units, including tax and discounts.
Range:
0 <= value <= 200000000Example:
1095unitPriceinteger
Required
The price of one item in minor units, before discounts.
Range:
value <= 200000000Example:
1095typestring
Required
The category of the line item.
Possible values:
"PHYSICAL""DISCOUNT""SHIPPING_FEE""SALES_TAX""DIGITAL""GIFT_CARD""STORE_CREDIT""SURCHARGE""OTHER"Example:
"PHYSICAL"