Options
All
  • Public
  • Public/Protected
  • All
Menu

In this interface we will see the structure of Freeshipping

interface Freeshipping {
is_free_shipping: boolean;
maximum_cost_allowed: number;
}

Hierarchy

  • Freeshipping

Index

Properties

is_free_shipping: boolean
maximum_cost_allowed: number

Generated using TypeDoc