CreditNoteSummary constructor
CreditNoteSummary({})
Implementation
CreditNoteSummary({
String? gst,
String? taxable,
String? sgst,
String? sgstShow,
String? cgst,
String? igst,
String? igstShow,
String? sgstPrice,
String? cgstPrice,
String? igstPrice,}){
_gst = gst;
_taxable = taxable;
_sgst = sgst;
_sgstShow = sgstShow;
_cgst = cgst;
_igst = igst;
_igstShow = igstShow;
_sgstPrice = sgstPrice;
_cgstPrice = cgstPrice;
_igstPrice = igstPrice;
}