Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DownloadablePurchase

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:downloadable_purchase"
links: { fx:customer: Customer; fx:downloadable: Downloadable; fx:item: Backend.Rels.Item; fx:store: Backend.Rels.Store; fx:transaction: Backend.Rels.Transaction; self: DownloadablePurchase }

Type declaration

props: { date_created: null | string; date_modified: null | string; download_passcode: string; first_download_time: string; number_of_downloads: number }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • download_passcode: string

    This is the passcode for downloading this item after a purchase. To construct the download link, use https://{store_domain}.foxycart.com/dl?p={download_passcode}

  • first_download_time: string

    The time of the first download attempt by the customer. This is useful for fine tuning your downloadables settings.

  • number_of_downloads: number

    The number of times the customer attempted to download this item. This is useful for fine tuning your downloadables settings.

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

Generated using TypeDoc