|
InvoiceBusinessUnitGUID Property
|
Invoice's business unit's unique identifier.
Namespace: Severa.Entities.APIAssembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+9acb7434aeb2855fb928fe129dfe34575a6d8fd4
Syntax public string BusinessUnitGUID { get; set; }
Public Property BusinessUnitGUID As String
Get
Set
Property Value
StringRemarks Invoice itself has only one business unit, but it can contain data from cases that have different business units.
See Also