TransferReversal constructor

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

Implementation

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