ApplicationFeeRefund constructor

ApplicationFeeRefund({
  1. String? id,
  2. String? object,
  3. int? amount,
  4. dynamic balanceTransaction,
  5. int? created,
  6. String? currency,
  7. dynamic fee,
  8. Map<String, dynamic>? metadata,
})

Implementation

ApplicationFeeRefund(
    {this.id,
    this.object,
    this.amount,
    this.balanceTransaction,
    this.created,
    this.currency,
    this.fee,
    this.metadata});