ContextParameters constructor

ContextParameters({
  1. String? currencyType,
  2. String? buyerType,
  3. String? sellerType,
  4. String? region,
  5. String? buyerTypeEntityId,
  6. String? sellerTypeEntityId,
  7. String? transactionType,
  8. String? creditLimitBalance,
  9. String? loginType,
  10. String? partnerGrade,
})

Implementation

ContextParameters({
  this.currencyType,
  this.buyerType,
  this.sellerType,
  this.region,
  this.buyerTypeEntityId,
  this.sellerTypeEntityId,
  this.transactionType,
  this.creditLimitBalance,
  this.loginType,
  this.partnerGrade,
});