SuggestedProduct: {
    currency: CurrencyCode$4;
    price: number;
    productId: string;
    productName: string;
} & {
    [key: string]: any;
}

Type declaration

  • currency: CurrencyCode$4
  • price: number
  • productId: string
  • productName: string

Type declaration

  • [key: string]: any