Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShippingService

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:shipping_service"
links: { fx:property_helpers: PropertyHelpers; fx:shipping_method: ShippingMethod; fx:shipping_methods: ShippingMethods; self: ShippingService }

Type declaration

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

Type declaration

  • code: string

    The code for this shipping service

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • is_international: boolean

    Specifies whether or not this shipping service is for international rate requests only.

  • name: string

    The name of this shipping service

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

Generated using TypeDoc