Soomla.Store.UpgradeVG.UpgradeVG C# (CSharp) Method

UpgradeVG() public method

see parent.
public UpgradeVG ( JSONObject jsonItem ) : UnityEngine
jsonItem JSONObject
return UnityEngine
		public UpgradeVG(JSONObject jsonItem)
			: base(jsonItem)
		{
			GoodItemId = jsonItem[StoreJSONConsts.VGU_GOOD_ITEMID].str;
	        PrevItemId = jsonItem[StoreJSONConsts.VGU_PREV_ITEMID].str;
			NextItemId = jsonItem[StoreJSONConsts.VGU_NEXT_ITEMID].str;
		}

Same methods

UpgradeVG::UpgradeVG ( string goodItemId, string nextItemId, string prevItemId, string name, string description, string itemId, Soomla.Store.PurchaseType purchaseType ) : UnityEngine