Interface BalanceTransaction

Export

BalanceTransaction

Hierarchy

  • BalanceTransaction

Properties

account_id: string

Memberof

BalanceTransaction

amount: number

Gross amount of the transaction, in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). Can be negative for certain transaction types (e.g. payout, refund).

Memberof

BalanceTransaction

available_on: string

The date the transaction's net funds will become available in the Tilled balance.

Memberof

BalanceTransaction

created_at: string

Time at which the object was created.

Memberof

BalanceTransaction

Three-letter ISO currency code, in lowercase.

Memberof

BalanceTransaction

description?: string

An arbitrary string attached to the object. Often useful for displaying to users.

Memberof

BalanceTransaction

fee: number

Fees (in smallest currency unit) paid for this transaction. Note: Fees are now portrayed as individual balance transactions of type = fee.

Memberof

BalanceTransaction

Deprecated

Detailed breakdown of the fees paid for this transaction. Note: Fees are now portrayed as individual balance transactions of type = fee. Refer to fee_type and fee_subtype for details.

Memberof

BalanceTransaction

Deprecated

Fee subtype, if this transaction represents a fee (i.e. type = fee).

Memberof

BalanceTransaction

Fee type, if this transaction represents a fee (i.e. type = fee).

Memberof

BalanceTransaction

id: string

Unique identifier for the object.

Memberof

BalanceTransaction

net: number

Net amount of the transaction, in smallest currency unit. Note: Fees are now portrayed as individual balance transactions of type = fee. net will no longer differ from amount.

Memberof

BalanceTransaction

Deprecated

payout_id?: string

The id of the Payout, if any, associated with this balance transaction.

Memberof

BalanceTransaction

source_id: string

Tilled id to which this transaction is related

Memberof

BalanceTransaction

Tilled resource type of source_id.

Memberof

BalanceTransaction

If the transaction’s net funds are available in the Tilled balance yet. Either available or pending.

Memberof

BalanceTransaction

Transaction type.

Memberof

BalanceTransaction

updated_at: string

Time at which the object was last updated.

Memberof

BalanceTransaction

Generated using TypeDoc