Table of Contents

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

CatalogId string

The catalog Id.

Sections Section[]

The section.

Properties

CatalogId

The catalog Id.

[JsonPropertyOrder(0)]
public string CatalogId { get; init; }

Property Value

string

Sections

The section.

[JsonPropertyOrder(1)]
public Section[] Sections { get; init; }

Property Value

Section[]