Table of Contents

Interface IBuilderForProductRetailer

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

Represents a builder that allows to set a product retailer Id to the previous section.

public interface IBuilderForProductRetailer

Methods

WithProductRetailer(string)

Sets the product retailer Id to the previous section.

IBuilderForOptionalSection WithProductRetailer(string value)

Parameters

value string

The product retailer Id.

Returns

IBuilderForOptionalSection

The builder.