Table of Contents

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

CatalogId string

The catalog Id.

ProductRetailerId string

The product retailer Id.

Properties

CatalogId

The catalog Id.

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

Property Value

string

ProductRetailerId

The product retailer Id.

[JsonPropertyOrder(1)]
public string ProductRetailerId { get; init; }

Property Value

string