Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShippingContainer

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:shipping_container"
links: { fx:property_helpers: PropertyHelpers; fx:shipping_containers: ShippingContainers; fx:shipping_method: ShippingMethod; fx:shipping_methods: ShippingMethods; self: ShippingContainer }

Type declaration

props: { code: string; date_created: null | string; date_modified: null | string; name: string }

Type declaration

  • code: string

    The code for this shipping container

  • 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 this shipping container

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

Generated using TypeDoc