ContextParameters class

Annotations
  • @JsonSerializable()

Constructors

ContextParameters({String? customerType, String? category, String? subCategory, String? transportType, String? sellerType, String? sellerTypeEntityId, String? userType, String? buyerType, String? buyerTypeEntityId, String? transactionType, String? currencyType, String? connectionType, String? serviceType, String? region, String? opeartorUserId, String? opeartorUserName, String? billingAddressId, String? creditLimitBalance})
ContextParameters.fromJson(Map<String, dynamic> json)
factory

Properties

billingAddressId String?
getter/setter pair
buyerType String?
getter/setter pair
buyerTypeEntityId String?
getter/setter pair
category String?
getter/setter pair
connectionType String?
getter/setter pair
creditLimitBalance String?
getter/setter pair
currencyType String?
getter/setter pair
customerType String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
opeartorUserId String?
getter/setter pair
opeartorUserName String?
getter/setter pair
region String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellerType String?
getter/setter pair
sellerTypeEntityId String?
getter/setter pair
serviceType String?
getter/setter pair
subCategory String?
getter/setter pair
transactionType String?
getter/setter pair
transportType String?
getter/setter pair
userType 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