Reversal constructor

Reversal({
  1. String? object,
  2. int? amount,
  3. dynamic balanceTransaction,
  4. int? created,
  5. String? currency,
  6. String? id,
  7. Map<String, dynamic>? metadata,
  8. dynamic destinationPaymentRefund,
  9. dynamic sourceRefund,
  10. dynamic transfer,
})

Implementation

Reversal(
    {this.object,
    this.amount,
    this.balanceTransaction,
    this.created,
    this.currency,
    this.id,
    this.metadata,
    this.destinationPaymentRefund,
    this.sourceRefund,
    this.transfer});