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,
})

Implementation

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