RefundItem constructor

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

Implementation

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