Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomField

Hierarchy

Index

Properties

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

Type declaration

props: { date_created: null | string; date_modified: null | string; 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.

  • 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