Class SingleItemAction
- Namespace
- Vonage.Messages.WhatsApp.ProductMessages.SingleItem
- Assembly
- Vonage.dll
Represents the action for a Single Item product message.
public record SingleItemAction : IEquatable<SingleItemAction>
- Inheritance
-
SingleItemAction
- Implements
- Inherited Members
Constructors
SingleItemAction(string, string)
Represents the action for a Single Item product message.
public SingleItemAction(string CatalogId, string ProductRetailerId)
Parameters
Properties
CatalogId
The catalog Id.
[JsonPropertyOrder(0)]
public string CatalogId { get; init; }
Property Value
ProductRetailerId
The product retailer Id.
[JsonPropertyOrder(1)]
public string ProductRetailerId { get; init; }