new ProductQuoteRequest() → {Object}
This class represents the product quote request.
Returns:
API's to set product quote parameters.
- Type
- Object
Methods
-
<static> getBrandID Brand ID of product to quote.() → {String}
-
Get the brand ID of the product to quote.
Returns:
The brand ID of the product to quote.
- Type
- String
-
<static> getProductID() → {String}
-
Get the requested product ID.
Returns:
Product ID to quote.
- Type
- String
-
<static> getQuantity Quantity to quote.() → {String}
-
Get the desired quantity of the product to quote.
Returns:
The quantity to quote.
- Type
- String
-
<static> getReferenceID(reference)
-
Get the reference ID to associate with this request.
Parameters:
Name Type Description reference
String ID Reference ID to associate with this request.
-
<static> setBrandID Brand ID of product to quote.(brand)
-
Set the brand ID of the product to quote.
Parameters:
Name Type Description brand
String The brand ID of the product to quote.
-
<static> setProductID(product)
-
Set the requested product ID.
Parameters:
Name Type Description product
String Product ID to quote.
-
<static> setQuantity Quantity to quote.(qty)
-
Set the desired quantity of the product to quote.
Parameters:
Name Type Description qty
String The quantity to quote.
-
<static> setReferenceID(reference)
-
Set the reference ID to associate with this request.
Parameters:
Name Type Description reference
String ID Reference ID to associate with this request.