Currency Code (BBIE). The currency in which the Document is presented. This may be the same currency as the pricing or as the tax.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
ICurrencyCode DocumentCurrencyCode { get; set; } |
| Visual Basic |
|---|
Property DocumentCurrencyCode As ICurrencyCode
Get
Set |
| Visual C++ |
|---|
property ICurrencyCode^ DocumentCurrencyCode {
ICurrencyCode^ get ();
void set (ICurrencyCode^ value);
} |
| F# |
|---|
abstract DocumentCurrencyCode : ICurrencyCode with get, set
|
Property Value
Type:
ICurrencyCodeRemarks
See Also