Click or drag to resize

ISettlementEntityBaseValidationState Property

Gets or sets if the settlement has been transfered to accountant

List of authorized values in SettlementValidationState

(État de validation)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Settlement
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<byte> ValidationState { get; set; }

Property Value

Type: NullableByte
Remarks
This entity member is bound to the ValidationState (État de validation) column of the PurchaseSettlement (Règlement d'achat) table.
See Also