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
| Name | Type | Description |
|---|---|---|
| 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 |