AdditionalInfo class
Constructors
- AdditionalInfo({String? storeId, String? billNumber, String? mobileNumber, String? loyaltyNumber, String? referenceLabel, String? customerLabel})
- Constructor for initializing the additional information.
-
AdditionalInfo.fromJson(Map<
String, dynamic> json) -
Factory method to create an AdditionalInfo object from JSON data.
factory
Properties
- billNumber → String?
-
Bill number information.
final
- customerLabel → String?
-
Customer label information.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- loyaltyNumber → String?
-
Loyalty number information.
final
- mobileNumber → String?
-
Mobile number information.
final
- referenceLabel → String?
-
Reference label information.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storeId → String?
-
Store Id information.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Convert AdditionalInfo object to a JSON representation.
-
toString(
) → String -
Override toString method to provide a formatted string representation of AdditionalInfo.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited