Property | Type | Description |
---|
Method | Description | |
---|---|---|
ShopifyVariant ( ) : System |
DO NOT USE. Required for XML Serialization.
|
|
ShopifyVariant ( decimal compareAtPrice, System.DateTime createdAt, string fulfillmentService, int grams, int id, string inventoryManagement, string inventoryPolicy, int inventoryQuantity, string title, string option1, string option2, string option3, int position, decimal price, int productId, bool requiresShipping, string sku, bool taxable, System.DateTime updatedAt ) : System | ||
ShouldSerializeInventoryManagement ( ) : bool | ||
ShouldSerializeOption2 ( ) : bool | ||
ShouldSerializeOption3 ( ) : bool | ||
ShouldSerializeSku ( ) : bool |
public ShopifyVariant ( decimal compareAtPrice, System.DateTime createdAt, string fulfillmentService, int grams, int id, string inventoryManagement, string inventoryPolicy, int inventoryQuantity, string title, string option1, string option2, string option3, int position, decimal price, int productId, bool requiresShipping, string sku, bool taxable, System.DateTime updatedAt ) : System | ||
compareAtPrice | decimal | |
createdAt | System.DateTime | |
fulfillmentService | string | |
grams | int | |
id | int | |
inventoryManagement | string | |
inventoryPolicy | string | |
inventoryQuantity | int | |
title | string | |
option1 | string | |
option2 | string | |
option3 | string | |
position | int | |
price | decimal | |
productId | int | |
requiresShipping | bool | |
sku | string | |
taxable | bool | |
updatedAt | System.DateTime | |
return | System |
public ShouldSerializeInventoryManagement ( ) : bool | ||
return | bool |