Accounting Cost Code (BBIE). The buyer's accounting code as applied to the Allowance Charge.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: 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
IAllowanceCharge..::..AccountingCostCodeRemarks
See Also