ApplicationFee constructor

ApplicationFee({
  1. String? id,
  2. String? object,
  3. dynamic account,
  4. int? amount,
  5. int? amountRefunded,
  6. dynamic application,
  7. dynamic balanceTransaction,
  8. dynamic charge,
  9. int? created,
  10. String? currency,
  11. bool? livemode,
  12. dynamic originatingTransaction,
  13. bool? refunded,
  14. Refunds? refunds,
})

Implementation

ApplicationFee({
  this.id,
  this.object,
  this.account,
  this.amount,
  this.amountRefunded,
  this.application,
  this.balanceTransaction,
  this.charge,
  this.created,
  this.currency,
  this.livemode,
  this.originatingTransaction,
  this.refunded,
  this.refunds,
});