Class ReferredProduct
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.messages.whatsapp.ReferredProduct
- All Implemented Interfaces:
Jsonable
Contains details of a product from a product message being quoted or replied to
using the 'Message Business' option.
- Since:
- 7.2.0
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the catalog associated with the product from the product message being quoted or replied to using the 'Message Business' option.The ID of the product from the product message being quoted or replied to using the 'Message Business' option.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Method Details
-
getProductRetailerId
The ID of the product from the product message being quoted or replied to using the 'Message Business' option.- Returns:
- The product ID.
-
getCatalogId
The ID of the catalog associated with the product from the product message being quoted or replied to using the 'Message Business' option.- Returns:
- The product catalog ID.
-