Reference constructor

Reference({
  1. String? acquirer,
  2. String? gateway,
  3. String? order,
  4. String? payment,
  5. String? track,
  6. String? transaction,
  7. String? gosellID,
})

Implementation

Reference(
    {this.acquirer,
    this.gateway,
    this.order,
    this.payment,
    this.track,
    this.transaction,
    this.gosellID});