You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
193 B

public class StoreOffersInfo
{
public string m_sku;
public int m_count;
public string m_price;
public string m_isoCurrencyCode = "";
public decimal m_isoPrice = 0.1m;
}