Sha256: 8adaddb980d856cedfd89035321b9c624cd47326e7118dc3e9f6c34985b1e4e3

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

# SquareConnect::CreateOrderRequestLineItem

### Description

Represents a line item to include 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. This value cannot exceed 500 characters. | [optional] 
**quantity** | **String** | The quantity to purchase, as a string representation of a number. Currently, only integer values are supported. | 
**base_price_money** | [**Money**](Money.md) | The base price for a single unit of the line item's associated variation. If a line item represents a Custom Amount instead of a particular product, this field indicates that amount. | [optional] 
**taxes** | [**Array<CreateOrderRequestTax>**](CreateOrderRequestTax.md) | The taxes include the custom taxes. | [optional] 
**discounts** | [**Array<CreateOrderRequestDiscount>**](CreateOrderRequestDiscount.md) | The discounts include the custom discounts. | [optional] 


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
square_connect-2.2.1.145 docs/CreateOrderRequestLineItem.md
square_connect-2.2.0.110 docs/CreateOrderRequestLineItem.md