ContextParameters constructor

ContextParameters({
  1. String? customerType,
  2. String? category,
  3. String? subCategory,
  4. String? transportType,
  5. String? sellerType,
  6. String? sellerTypeEntityId,
  7. String? userType,
  8. String? buyerType,
  9. String? buyerTypeEntityId,
  10. String? transactionType,
  11. String? currencyType,
  12. String? connectionType,
  13. String? serviceType,
  14. String? region,
  15. String? opeartorUserId,
  16. String? opeartorUserName,
  17. String? billingAddressId,
  18. 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});