Sha256: dd8ec9fdb74ede903e82119a50aa0dcd76cc8abcd627d1fead8b43f96bd0c99c

Contents?: true

Size: 795 Bytes

Versions: 7

Compression:

Stored size: 795 Bytes

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. | 
**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. | 


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
square_connect-2.1.1.106 docs/CreateOrderRequestLineItem.md
square_connect-2.1.1.99 docs/CreateOrderRequestLineItem.md
square_connect-2.1.0.78 docs/CreateOrderRequestLineItem.md
square_connect-2.0.2.69 docs/CreateOrderRequestLineItem.md
square_connect-2.1.0.beta docs/CreateOrderRequestLineItem.md
square_connect-2.0.2.30 docs/CreateOrderRequestLineItem.md
square_connect-2.0.2.13 docs/CreateOrderRequestLineItem.md