Table of Contents

Class ProductItem

Namespace
Vonage.Messages.WhatsApp.ProductMessages.MultipleItems
Assembly
Vonage.dll

Represents a product item.

public record ProductItem : IEquatable<ProductItem>
Inheritance
ProductItem
Implements
Inherited Members

Constructors

ProductItem(string)

Represents a product item.

public ProductItem(string ProductRetailerId)

Parameters

ProductRetailerId string

The product retailer Id.

Properties

ProductRetailerId

The product retailer Id.

public string ProductRetailerId { get; init; }

Property Value

string