Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransactionJournalEntry

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:transaction_journal_entry"
links: { fx:store: Backend.Rels.Store; fx:transaction: Backend.Rels.Transaction; fx:transaction_log: TransactionLog; self: TransactionJournalEntry }

Type declaration

props: { amount: number; date_created: null | string; display_id: string | number }

Type declaration

  • amount: number

    The value of money that should be transferred to or from the merchant's bank account (or comparable). Note that voids or refunds will result in a negative number.

  • date_created: null | string

    The date this resource was created.

  • display_id: string | number

    If custom transaction IDs, prefixes, or suffixes have been configured, this value will contain the custom ID (which may be a string). Otherwise it will be identical to the id value (an integer).

zooms: { transaction_logs?: TransactionLog }

Type declaration

Generated using TypeDoc