Accounting Cost Code (BBIE). The Buyer's accounting code applied to the Order Change as a whole.
Namespace: Unimaze.Composer.Ubl2Assembly: 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:
ICodeImplements
IOrderChange..::..AccountingCostCodeRemarks
See Also