61 lines
1.6 KiB
C#
61 lines
1.6 KiB
C#
|
|
//public class Rootobject
|
|
//{
|
|
// public string logoBase64 { get; set; }
|
|
// public Header[] header { get; set; }
|
|
// public Bodymodel bodyModel { get; set; }
|
|
// public Footer[] footer { get; set; }
|
|
//}
|
|
|
|
//public class Bodymodel
|
|
//{
|
|
// public Product[] products { get; set; }
|
|
// public int totalPrice { get; set; }
|
|
// public int totalVat { get; set; }
|
|
// public int receiptNumber { get; set; }
|
|
// public string receiptTime { get; set; }
|
|
// public string staff { get; set; }
|
|
//}
|
|
|
|
//public class Product
|
|
//{
|
|
// public string product { get; set; }
|
|
// public string noOfProduct { get; set; }
|
|
// public float price { get; set; }
|
|
// public float totalPrice { get; set; }
|
|
//}
|
|
|
|
//public class Header
|
|
//{
|
|
// public string value { get; set; }
|
|
// public Printstyles printStyles { get; set; }
|
|
// public int textAlignment { get; set; }
|
|
// public int feedingLines { get; set; }
|
|
//}
|
|
|
|
//public class Printstyles
|
|
//{
|
|
// public bool fontB { get; set; }
|
|
// public bool bold { get; set; }
|
|
// public bool doubleHeight { get; set; }
|
|
// public bool doubleWidth { get; set; }
|
|
// public bool underline { get; set; }
|
|
//}
|
|
|
|
//public class Footer
|
|
//{
|
|
// public string value { get; set; }
|
|
// public Printstyles1 printStyles { get; set; }
|
|
// public int textAlignment { get; set; }
|
|
// public int feedingLines { get; set; }
|
|
//}
|
|
|
|
//public class Printstyles1
|
|
//{
|
|
// public bool fontB { get; set; }
|
|
// public bool bold { get; set; }
|
|
// public bool doubleHeight { get; set; }
|
|
// public bool doubleWidth { get; set; }
|
|
// public bool underline { get; set; }
|
|
//}
|