Type alias OrderPrice

OrderPrice: {
    currency: string;
    total: number;
}

Type declaration

  • currency: string
  • total: number

Generated using TypeDoc