Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:downloadable"
links: { fx:downloadable_item_categories: DownloadableItemCategories; fx:item_category: ItemCategory; fx:store: Backend.Rels.Store; self: Downloadable }

Type declaration

props: { code: string; date_created: null | string; date_modified: null | string; file_name: string; file_size: number; item_category_uri: string; name: string; price: number; upload_date: string }

Type declaration

  • code: string

    The code for this downloadable. When adding this item to the cart, this is the code which will be used.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • file_name: string

    The name of the file uploaded to our server. This is originally set when creating a downloadable with the file property.

  • file_size: number

    The size of the file uploaded to our server. This is originally set when creating a downloadable with the file property.

  • item_category_uri: string

    The full API URI of the item category this product is part of. The item category must have an item delivery type of downloaded.

  • name: string

    The name of this downloadable. This will be shown to the customer in the cart.

  • price: number

    The item total for this downloadable. This is the amount the customer will pay to purchased this downloadable item.

  • upload_date: string

    The date this file was last uploaded.

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

Generated using TypeDoc