fpt-akainsights-react-native
Version:
React Native Plugin for the akaInsights Javascript SDK
15 lines (14 loc) • 479 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var DeviceInfo_1 = require("../helpers/DeviceInfo");
var ItemViewRequestDto = /** @class */ (function () {
function ItemViewRequestDto() {
this.device_token = DeviceInfo_1.getDeviceToken();
this.product_id = '';
this.title = '';
this.price = 0.0;
this.created_at = new Date();
}
return ItemViewRequestDto;
}());
exports.default = ItemViewRequestDto;