CustomerDetails class
- Annotations
-
- @JsonSerializable()
Constructors
- CustomerDetails({int? id, String? firstName, String? lastName, String? name, String? email, String? address, String? addressLine1, String? addressLine2, String? addressLine3, String? contactNumber, String? customerType, String? accountId, String? profileId, String? serviceId, String? customerTypeId, String? customerTypeValue, String? customerCategoryId, String? customerCategoryValue, String? customerSubCategoryId, String? customerSubCategoryValue, String? partnerId, String? status, String? customerCode, String? customerTin, String? displayName})
-
CustomerDetails.fromJson(Map<
String, dynamic> json)
Properties
- accountId ↔ String?
-
getter/setter pair
- address ↔ String?
-
getter/setter pair
- addressLine1 ↔ String?
-
getter/setter pair
- addressLine2 ↔ String?
-
getter/setter pair
- addressLine3 ↔ String?
-
getter/setter pair
- contactNumber ↔ String?
-
getter/setter pair
- customerCategoryId ↔ String?
-
getter/setter pair
- customerCategoryValue ↔ String?
-
getter/setter pair
- customerCode ↔ String?
-
getter/setter pair
- customerSubCategoryId ↔ String?
-
getter/setter pair
- customerSubCategoryValue ↔ String?
-
getter/setter pair
- customerTin ↔ String?
-
getter/setter pair
- customerType ↔ String?
-
getter/setter pair
- customerTypeId ↔ String?
-
getter/setter pair
- customerTypeValue ↔ String?
-
getter/setter pair
- displayName ↔ String?
-
getter/setter pair
- email ↔ String?
-
getter/setter pair
- firstName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
getter/setter pair
- lastName ↔ String?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- partnerId ↔ String?
-
getter/setter pair
- profileId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceId ↔ String?
-
getter/setter pair
- status ↔ String?
-
getter/setter pair
Methods
-
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited