Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShippingRatePayload

This interface shows the structure of a ShippingRatePayload

export interface ShippingRatePayload {
lat: number;
lng: number;
city: string;
}

Hierarchy

  • ShippingRatePayload

Index

Properties

Properties

city: string
lat: number
lng: number

Generated using TypeDoc