RequestHistory constructor

RequestHistory({
  1. dynamic amount,
  2. bool? approved,
  3. int? created,
  4. String? currency,
  5. dynamic merchantAmount,
  6. String? merchantCurrency,
  7. String? reason,
})

Implementation

RequestHistory(
    {this.amount,
    this.approved,
    this.created,
    this.currency,
    this.merchantAmount,
    this.merchantCurrency,
    this.reason});