public class ShopifyInventoryItem extends Bean
SERIALIZED_CLASS_NAME, TYPEXML_SERIALIZED_CLASS_NAME| Constructor and Description | 
|---|
ShopifyInventoryItem()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCost()  | 
String | 
getId()  | 
String | 
getRequiresShipping()  | 
String | 
getSku()  | 
String | 
getTracked()  | 
ShopifyInventoryItem | 
setCost(Double cost)  | 
ShopifyInventoryItem | 
setId(String id)  | 
ShopifyInventoryItem | 
setRequiresShipping(Boolean requiresShipping)  | 
ShopifyInventoryItem | 
setSku(String sku)  | 
ShopifyInventoryItem | 
setTracked(Boolean tracked)  | 
addExceptionProperties, fromRecord, toRecord, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecordnewInstanceFromJsonforEachGrandChildElement, fromXml, fromXml, fromXmlElement, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, toXmlElement, writeXml, writeXmladdExceptionProperties, contributeExceptionProperties, contributeExceptionProperties, exception, exception, exceptionpublic String getId()
public ShopifyInventoryItem setId(String id)
public String getSku()
public ShopifyInventoryItem setSku(String sku)
public String getRequiresShipping()
public ShopifyInventoryItem setRequiresShipping(Boolean requiresShipping)
public String getCost()
public ShopifyInventoryItem setCost(Double cost)
public String getTracked()
public ShopifyInventoryItem setTracked(Boolean tracked)
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.