Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShippingMethod

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:shipping_method"
links: { fx:property_helpers: PropertyHelpers; fx:shipping_containers: ShippingContainers; fx:shipping_drop_types: ShippingDropTypes; fx:shipping_methods: ShippingMethods; fx:shipping_services: ShippingServices; self: ShippingMethod }

Type declaration

  • fx:property_helpers: PropertyHelpers

    Various predefined property values.

  • fx:shipping_containers: ShippingContainers

    List of available shipping containers for this shipping method.

  • fx:shipping_drop_types: ShippingDropTypes

    List of available shipping drop types for this shipping method.

  • fx:shipping_methods: ShippingMethods

    List of all available shipping methods.

  • fx:shipping_services: ShippingServices

    List of available shipping services for this shipping method.

  • self: ShippingMethod

    This resource.

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

Type declaration

  • code: string

    The code for this shipping method

  • 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 method

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

Generated using TypeDoc