ContextParameters constructor
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,
Implementation
ContextParameters(
{this.customerType,
this.category,
this.subCategory,
this.transportType,
this.sellerType,
this.sellerTypeEntityId,
this.userType,
this.buyerType,
this.buyerTypeEntityId,
this.transactionType,
this.currencyType,
this.connectionType,
this.serviceType,
this.region,
this.opeartorUserId,
this.opeartorUserName,
this.billingAddressId,
this.creditLimitBalance});