Class BusinessCodeDTO
Represents a business code.
Inherited Members
Namespace: Integration.DataContracts
Syntax
public class BusinessCodeDTO
Remarks
A business code have to be provided by consumer when creating object, for example jpurnalized cases.
Properties
BusinessCodeID
The business code identifier.
Declaration
[DataMember]
public int BusinessCodeID { get; set; }
Property Value
Type | Description |
---|---|
int | The business code identifier. |
Remarks
A business code have to be provided by consumer when creating object, for example jpurnalized cases.
Name
The name of the business code.
Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the business code, to be displayed to the user. |
Remarks
A business code have to be provided by consumer when creating object, for example jpurnalized cases.