Shopify SDK for Unity
|
A single line item in the checkout, grouped by variant and attributes. More...
Public Member Functions | |
CheckoutLineItem (Dictionary< string, object > dataJSON) | |
Accepts deserialized json data. Will further parse passed in data. More... | |
List< Attribute > | customAttributes () |
Extra information in the form of an array of Key-Value pairs about the line item. More... | |
List< DiscountAllocation > | discountAllocations () |
The discounts that have been allocated onto the checkout line item by discount applications. More... | |
string | id () |
Globally unique identifier. More... | |
long | quantity () |
The quantity of the line item. More... | |
string | title () |
Title of the line item. Defaults to the product's title. More... | |
ProductVariant | variant () |
Product variant of the line item. More... | |
object | Clone () |
Additional Inherited Members | |
Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse | |
T | Get< T > (string field, string alias=null) |
Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse | |
Dictionary< string, object > | Data |
Properties inherited from Shopify.Unity.SDK.AbstractResponse | |
Dictionary< string, object > | DataJSON [get, protected set] |
A single line item in the checkout, grouped by variant and attributes.
|
inline |
Accepts deserialized json data. Will further parse passed in data.
dataJSON | Deserialized JSON data for CheckoutLineItem |
|
inline |
Extra information in the form of an array of Key-Value pairs about the line item.
|
inline |
The discounts that have been allocated onto the checkout line item by discount applications.
|
inline |
Globally unique identifier.
Implements Shopify.Unity.Node.
|
inline |
The quantity of the line item.
|
inline |
Title of the line item. Defaults to the product's title.
|
inline |
Product variant of the line item.