mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-18 11:39:14 +00:00
142 lines
5.6 KiB
HTML
142 lines
5.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta name="generator" content="JSDoc 3.6.7">
|
|
<meta charset="utf-8">
|
|
<title>whatsapp-web.js 1.14.0 » Class: Product</title>
|
|
<link rel="stylesheet" href="https://brick.a.ssl.fastly.net/Karla:400,400i,700,700i" type="text/css">
|
|
<link rel="stylesheet" href="https://brick.a.ssl.fastly.net/Noto+Serif:400,400i,700,700i" type="text/css">
|
|
<link rel="stylesheet" href="https://brick.a.ssl.fastly.net/Inconsolata:500" type="text/css">
|
|
<link href="css/baseline.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body onload="prettyPrint()">
|
|
<nav id="jsdoc-navbar" role="navigation" class="jsdoc-navbar">
|
|
<div id="jsdoc-navbar-container">
|
|
<div id="jsdoc-navbar-content">
|
|
<a href="index.html" class="jsdoc-navbar-package-name">whatsapp-web.<wbr>js 1.<wbr>14.<wbr>0</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<div id="jsdoc-body-container">
|
|
<div id="jsdoc-content">
|
|
<div id="jsdoc-content-container">
|
|
<div id="jsdoc-main" role="main">
|
|
<header class="page-header">
|
|
<div class="symbol-detail-labels"><span class="label label-kind">class</span></div>
|
|
<h1><small></small><span class="symbol-name">Product</span></h1>
|
|
<p class="source-link">Source: <a href="structures_Product.js.html#source-line-10">structures/<wbr>Product.<wbr>js:10</a></p>
|
|
<div class="symbol-classdesc">
|
|
<p>Represents a Product on WhatsAppBusiness</p>
|
|
</div>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
</header>
|
|
<section id="summary">
|
|
<div class="summary-callout">
|
|
<h2 class="summary-callout-heading">Properties</h2>
|
|
<div class="summary-content">
|
|
<div class="summary-column">
|
|
<dl class="dl-summary-callout">
|
|
<dt><a href="Product.html#currency">currency</a></dt>
|
|
<dd>
|
|
</dd>
|
|
<dt><a href="Product.html#data">data</a></dt>
|
|
<dd>
|
|
</dd>
|
|
<dt><a href="Product.html#id">id</a></dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<div class="summary-column">
|
|
<dl class="dl-summary-callout">
|
|
<dt><a href="Product.html#name">name</a></dt>
|
|
<dd>
|
|
</dd>
|
|
<dt><a href="Product.html#price">price</a></dt>
|
|
<dd>
|
|
</dd>
|
|
<dt><a href="Product.html#quantity">quantity</a></dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<div class="summary-column">
|
|
<dl class="dl-summary-callout">
|
|
<dt><a href="Product.html#thumbnailUrl">thumbnailUrl</a></dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section>
|
|
<h2 id="Product">new <span class="symbol-name">Product</span><span class="signature"><span class="signature-params">()</span></span></h2>
|
|
<dl class="dl-compact">
|
|
<dt>Extends</dt>
|
|
<dd><a href="Base.html">Base</a></dd>
|
|
</dl>
|
|
</section>
|
|
<section>
|
|
<h2>Properties</h2>
|
|
<section>
|
|
<h3 id="currency"><span class="symbol-name">currency</span><small class="property-type">
|
|
string</small></h3>
|
|
<p>Currency</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="data"><span class="symbol-name">data</span></h3>
|
|
<p>Product metadata</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="id"><span class="symbol-name">id</span><small class="property-type">
|
|
string</small></h3>
|
|
<p>Product ID</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="name"><span class="symbol-name">name</span><small class="property-type">
|
|
string</small></h3>
|
|
<p>Product Name</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="price"><span class="symbol-name">price</span><small class="property-type">
|
|
string</small></h3>
|
|
<p>Price</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="quantity"><span class="symbol-name">quantity</span><small class="property-type">
|
|
number</small></h3>
|
|
<p>Product Quantity</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
<h3 id="thumbnailUrl"><span class="symbol-name">thumbnailUrl</span><small class="property-type">
|
|
string</small></h3>
|
|
<p>Product Thumbnail</p>
|
|
<dl class="dl-compact">
|
|
</dl>
|
|
</section>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
<nav id="jsdoc-toc-nav" role="navigation"></nav>
|
|
</div>
|
|
</div>
|
|
<footer id="jsdoc-footer" class="jsdoc-footer">
|
|
<div id="jsdoc-footer-container">
|
|
<p>
|
|
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.7 on August 1, 2021.
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
<script src="scripts/jquery.min.js"></script>
|
|
<script src="scripts/tree.jquery.js"></script>
|
|
<script src="scripts/prettify.js"></script>
|
|
<script src="scripts/jsdoc-toc.js"></script>
|
|
<script src="scripts/linenumber.js"></script>
|
|
<script src="scripts/scrollanchor.js"></script>
|
|
</body>
|
|
|
|
</html> |