Table of Contents

Interface IBuilderForHeader

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

Represents a builder that allows to set the Header.

public interface IBuilderForHeader

Methods

WithHeader(string)

Sets the Header.

IBuilderForBody WithHeader(string value)

Parameters

value string

The header.

Returns

IBuilderForBody

The builder.