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