Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OrderResponse

In this interface it will show us the order response structure

export interface OrderResponse {
token: string;
order: Order;
shipping_rate: ShippingRate;
}

Hierarchy

  • OrderResponse

Index

Properties

order: Order
shipping_rate: ShippingRate
token: string

Generated using TypeDoc