Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShippingOption

In this interface we will see the structure of ShippingOption

export interface ShippingOption {
type: ShippingType;
details: Details;
}

Hierarchy

  • ShippingOption

Index

Properties

Properties

details: Details
type: ShippingType

Generated using TypeDoc