ApplicationFee constructor
const
ApplicationFee({
- required AccountOrId account,
- required int amount,
- required int amountRefunded,
- required ApplicationOrId application,
- BalanceTransactionOrId? balanceTransaction,
- required ChargeOrId charge,
- required DateTime created,
- required String currency,
- required String id,
- required bool livemode,
- ChargeOrId? originatingTransaction,
- required bool refunded,
- required ApplicationFeeRefunds refunds,
PlatformFee
Implementation
const ApplicationFee({
required this.account,
required this.amount,
required this.amountRefunded,
required this.application,
this.balanceTransaction,
required this.charge,
required this.created,
required this.currency,
required this.id,
required this.livemode,
this.originatingTransaction,
required this.refunded,
required this.refunds,
});