Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ShippingMethod

Index

Properties

label: string

A short, localized description.

amount: string

The cost associated with this shipping option.

isPending?: boolean

When creating items for estimates or charges whose final value is not yet known, set this to true.

identifier: string

A unique identifier for the shipping method.

detail?: string

A user-readable description of the shipping method. For example “Ships in 24 hours.” Don't repeat the content of the 'label' property.

startDate?: number

The unix timestamp of the start date of the expected range of delivery or shipping dates for a package, or the time range when an item is available for pickup. Measured in seconds.

endDate?: number

The unix timestamp of the end date of the expected range of delivery or shipping dates for a package, or the time range when an item is available for pickup. Measured in seconds.

Generated using TypeDoc