In this interface we will see the structure of ShippingRate
export interface ShippingRate { service_name: string; description: string; cost: number; tax_amount: number; display_tax_amount: string; reference: string; estimated_delivery_date: string; tax_code: string;}
Generated using TypeDoc
In this interface we will see the structure of ShippingRate