Value (BBIE). Amount declared for customs purposes of those goods in a consignment, whether or not they are subject to the same customs procedure, tariff/statistical heading, country information, and duty regime.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IAmount DeclaredCustomsValueAmount { get; set; }
Visual Basic
Public Property DeclaredCustomsValueAmount As IAmount
	Get
	Set
Visual C++
public:
virtual property IAmount^ DeclaredCustomsValueAmount {
	IAmount^ get () sealed;
	void set (IAmount^ value) sealed;
}
F#
abstract DeclaredCustomsValueAmount : IAmount with get, set
override DeclaredCustomsValueAmount : IAmount with get, set

Property Value

Type: IAmount

Implements

IConsignment..::..DeclaredCustomsValueAmount

Remarks

Dictionary entry name
Consignment. Declared Customs_ Value. Amount
Cardinality
0..1

See Also