<- Object

Object

V1PaymentItemization

Payment include anitemizations field that lists the items purchased, along with associated fees, modifiers, and discounts.

Link to section

Properties

Link to section

name

string

The item's name.

Link to section

quantity

number

The quantity of the item purchased. This can be a decimal value.

Link to section

itemization_type

string

The type of purchase that the itemization represents, such as an ITEM or CUSTOM_AMOUNT

Show values
Link to section

item_detail

Details of the item, including its unique identifier and the identifier of the item variation purchased.

Show attributes
Link to section

notes

string

Notes entered by the merchant about the item at the time of payment, if any.

Link to section

item_variation_name

string

The name of the item variation purchased, if any.

Link to section

total_money

The total cost of the item, including all taxes and discounts.

Show attributes
Link to section

single_quantity_money

The cost of a single unit of this item.

Show attributes
Link to section

gross_sales_money

The total cost of the itemization and its modifiers, not including taxes or discounts.

Show attributes
Link to section

discount_money

The total of all discounts applied to the itemization. This value is always negative or zero.

Show attributes
Link to section

net_sales_money

The sum of gross_sales_money and discount_money.

Show attributes
Link to section

taxes

All taxes applied to this itemization.

Show attributes
Link to section

discounts

All discounts applied to this itemization.

Show attributes
Link to section

modifiers

All modifier options applied to this itemization.

Show attributes