Interface IBuilderForCatalog
- Namespace
- Vonage.Messages.WhatsApp.ProductMessages.MultipleItems
- Assembly
- Vonage.dll
Represents a builder that allows to set the CatalogId.
public interface IBuilderForCatalog
Methods
WithCatalogId(string)
Sets the CatalogId.
IBuilderForMandatorySection WithCatalogId(string value)
Parameters
valuestringThe catalog Id.
Returns
- IBuilderForMandatorySection
The builder.