Sha256: 8a12f9613c3511c743e85afe21b9a1bd6acd1224eddc7a669d3ab22369294217
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
Contents
# SquareConnect::OrderLineItem ### Description Represents a line item in an order. Each line item describes a different product to purchase, with its own quantity and price details. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the line item. | [optional] **quantity** | **String** | The quantity of the product to purchase. Currently, this string must have an integer value. | [optional] **taxes** | [**Array<OrderLineItemTax>**](OrderLineItemTax.md) | The taxes applied to this line item. | [optional] **discounts** | [**Array<OrderLineItemDiscount>**](OrderLineItemDiscount.md) | The discounts applied to this line item. | [optional] **base_price_money** | [**Money**](Money.md) | The base price for a single unit of the line item. | [optional] **total_tax_money** | [**Money**](Money.md) | The total tax amount of money to collect for the line item. | [optional] **total_discount_money** | [**Money**](Money.md) | The total discount amount of money to collect for the line item. | [optional] **total_money** | [**Money**](Money.md) | The total amount of money to collect for this line item. | [optional]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
square_connect-2.2.1.145 | docs/OrderLineItem.md |
square_connect-2.2.0.110 | docs/OrderLineItem.md |