Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:custom_field"
links: { fx:store: Backend.Rels.Store; fx:transaction: Backend.Rels.Transaction; self: Backend.Rels.CustomField }

Type declaration

props: { date_created: null | string; date_modified: null | string; is_hidden: boolean; name: string; value: string }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • is_hidden: boolean

    Whether or not this custom field is visible on the receipt and email receipt. This correlates to custom fields with a "h:" prefix when added to the cart.

  • name: string

    The name of the custom field.

  • value: string

    The value of this custom field.

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

Generated using TypeDoc