Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaxItemCategory

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:tax_item_category"
links: { fx:item_category: ItemCategory; fx:store: Backend.Rels.Store; fx:tax: Tax; self: TaxItemCategory }

Type declaration

props: { date_created: null | string; date_modified: null | string; item_category_uri: string; tax_uri: string }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • item_category_uri: string

    A full API URI of the item category resource used in this relationship. When working with hypermedia, it's important to save URIs and not just numeric ids.

  • tax_uri: string

    A full API URI of the tax resource used in this relationship. When working with hypermedia, it's important to save URIs and not just numeric ids.

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

Generated using TypeDoc