Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransactionLog

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:transaction_logs"
links: { fx:customer: Customer; fx:store: Backend.Rels.Store; fx:transaction: Backend.Rels.Transaction; fx:transaction_log_details: TransactionLogDetails; fx:user: User; self: TransactionLog }

Type declaration

props: { date_created: null | string; request_source: string; snapshot: string }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • request_source: string

    Describes the source transaction modification such as admin or hAPI.

  • snapshot: string

    A complete JSON snapshot of the transaction prior to the modification made this log entry records. It includes all of the following zoom values: customer, payments, applied_taxes, discounts, shipments, billing_addresses, items, items:item_options, custom_fields, attributes.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc