fpt-akainsights-react-native
Version:
React Native Plugin for the akaInsights Javascript SDK
28 lines (27 loc) • 667 B
TypeScript
export default class ItemViewRequestDto {
product_id: string;
variant_id?: string;
title: string;
brand?: string;
price: number;
price_local_currency?: number;
discount_percentage?: number;
discount_value?: number;
original_price?: number;
stock_level?: string;
tags?: string;
category_1?: string;
category_2?: string;
category_3?: string;
categories_path?: string;
category_id?: string;
categories_ids?: string[];
language?: string;
location?: string;
domain?: string;
created_at: Date;
private device_token;
user_id?: string;
campaign_id?: string;
constructor();
}