CreditNoteItem class
Constructors
-
CreditNoteItem({String? orderId, String? orderNumber, String? totalItem, String? subTotal, String? discount, String? grandTotal, StatusData? status, CreatedAtDateTime? createdAtDateTime, String? modifyBtnShow, String? placeByType, String? cnType})
-
-
CreditNoteItem.fromJson(dynamic json)
-
Methods
-
copyWith({String? orderId, String? orderNumber, String? totalItem, String? subTotal, String? discount, String? grandTotal, StatusData? status, CreatedAtDateTime? createdAtDateTime, String? modifyBtnShow, String? placeByType, String? cnType})
→ CreditNoteItem
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited