Add a new 'Tariff Description' entry.
Tariff Description (BBIE). A description of the tariff applied to a consignment.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
void AddTariffDescription(
IText tariffDescription
) |
| Visual Basic |
|---|
Sub AddTariffDescription (
tariffDescription As IText
) |
| Visual C++ |
|---|
void AddTariffDescription(
IText^ tariffDescription
) |
| F# |
|---|
abstract AddTariffDescription :
tariffDescription : IText -> unit
|
See Also