Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.FulfillmentLineItem Class Reference

Represents a single line item in a fulfillment. There is at most one fulfillment line item for each order line item. More...

Inheritance diagram for Shopify.Unity.FulfillmentLineItem:
Shopify.Unity.SDK.AbstractResponse

Public Member Functions

 FulfillmentLineItem (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
OrderLineItem lineItem ()
 The associated order's line item. More...
 
long quantity ()
 The amount fulfilled in this fulfillment. More...
 
object Clone ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
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]
 

Detailed Description

Represents a single line item in a fulfillment. There is at most one fulfillment line item for each order line item.

Constructor & Destructor Documentation

◆ FulfillmentLineItem()

Shopify.Unity.FulfillmentLineItem.FulfillmentLineItem ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for FulfillmentLineItem

Member Function Documentation

◆ lineItem()

OrderLineItem Shopify.Unity.FulfillmentLineItem.lineItem ( )
inline

The associated order's line item.

◆ quantity()

long Shopify.Unity.FulfillmentLineItem.quantity ( )
inline

The amount fulfilled in this fulfillment.


The documentation for this class was generated from the following file: