 | ISettlementModeLineEntityBaseCommitmentType Property |
Gets or sets the commitment type
(Type de Règlement)
Namespace:
EBP.Api.Interfaces.BusinessFramework.BusinessLogic.Entities
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<byte> CommitmentType { get; set; }
Property CommitmentType As Nullable(Of Byte)
Get
Set
Property Value
Type:
NullableByte
RemarksThis entity member is bound to the CommitmentType (Type de Règlement) column of the SettlementModeLine (Ligne de Modes de règlement) table.
See Also