Record

application-fee

No description available.

record application-fee {
  account: string,
  amount: s32,
  amount-refunded: s32,
  application: string,
  balance-transaction: option​<string>,
  charge: string,
  created: s32,
  currency: string,
  id: string,
  livemode: bool,
  object: application-fee-object-enum,
  originating-transaction: option​<string>,
  refunded: bool,
  refunds: application-fee-refunds,
}

Fields

NameTypeDescription
accountstring
amounts32
amount-refundeds32
applicationstring
balance-transactionoption​<string>
chargestring
createds32
currencystring
idstring
livemodebool
objectapplication-fee-object-enum
originating-transactionoption​<string>
refundedbool
refundsapplication-fee-refunds