Table of Contents

TTMSFNCCloudWhatsAppTemplateParameters.AddCurrency Method

Adds a currency parameter to the collection.

API unit family: TMSFNCCloudWhatsApp Declaring type: TTMSFNCCloudWhatsAppTemplateParameters

Syntax

function AddCurrency(const ACode: string; AAmount1000: Int64; const AFallback: string = ''): TTMSFNCCloudWhatsAppTemplateParameter;

Parameters

Name Description
ACode ISO 4217 currency code.
AAmount1000 Amount in thousandths of the currency unit.
AFallback Plain-text fallback value.

Returns

The parameter entry that was added.