Click or drag to resize

CustomerDirectDebitPartialEntity.DepartmentId Property

Gets or sets the department identifier.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Financial
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<int> DepartmentId { get; set; }

Property Value

Type: Nullable<Int32>
The department identifier.
See Also