Interface PlatformFee

Export

PlatformFee

Hierarchy

  • PlatformFee

Properties

amount: number

Amount earned, in minor currency units.

Memberof

PlatformFee

amount_refunded: number

Amount refunded, in minor currency units. Can be less than the amount attribute if a partial refund was issued.

Memberof

PlatformFee

balance_transaction: BalanceTransaction

The balance transaction that describes the impact of this collected platform fee on your account balance (not including refunds). Note: Multiple balance transactions may be associated with this resource and you can fetch them all with /balance-transactions?source_id={id}.

Memberof

PlatformFee

Deprecated

charge_id: string

Id of the charge this fee was taken from.

Memberof

PlatformFee

created_at: string

Time at which the object was created.

Memberof

PlatformFee

Three-letter ISO currency code, in lowercase.

Memberof

PlatformFee

id: string

Unique identifier for the object.

Memberof

PlatformFee

payee_account_id: string

Id of the Tilled account that earned this fee. This is generally an account of type partner.

Memberof

PlatformFee

payer_account_id: string

Id of the Tilled account this fee was taken from. This is generally an account of type merchant.

Memberof

PlatformFee

refunded: boolean

Whether the fee has been fully refunded. If the fee is only partially refunded, this attribute will be false.

Memberof

PlatformFee

A list of refunds that have been applied to the fee.

Memberof

PlatformFee

updated_at: string

Time at which the object was last updated.

Memberof

PlatformFee

Generated using TypeDoc