Payload class
- Annotations
-
- @JsonSerializable.new()
Constructors
- Payload({Profile? profile, AddressDetails? addressDetails, dynamic documents, dynamic orderRules, dynamic contactDetails, CreditType? creditType, dynamic warehouse, dynamic wallet, dynamic account, dynamic signatory, dynamic additionalInfo, dynamic loginUserId, dynamic assignment, bool? salesApp})
-
Payload.fromJson(Map<
String, dynamic> json) -
factory
Properties
- account ↔ dynamic
-
getter/setter pair
- additionalInfo ↔ dynamic
-
getter/setter pair
- addressDetails ↔ AddressDetails?
-
getter/setter pair
- assignment ↔ dynamic
-
getter/setter pair
- contactDetails ↔ dynamic
-
getter/setter pair
- creditType ↔ CreditType?
-
getter/setter pair
- documents ↔ dynamic
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- loginUserId ↔ dynamic
-
getter/setter pair
- orderRules ↔ dynamic
-
getter/setter pair
- profile ↔ Profile?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salesApp ↔ bool?
-
getter/setter pair
- signatory ↔ dynamic
-
getter/setter pair
- wallet ↔ dynamic
-
getter/setter pair
- warehouse ↔ dynamic
-
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