Accounting Cost Code (BBIE). The Buyer's accounting code applied to the Invoice as a whole.

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

Syntax

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

Property Value

Type: ICode

Implements

IInvoice..::..AccountingCostCode

Remarks

Dictionary entry name
Invoice. Accounting Cost Code. Code
Cardinality
0..1

See Also