 | ISaleCommitmentEntityPosReceiptGroupingId Property |
Gets or sets the POS receipt grouping id, used for accounting transfer
(Identifiant de groupement de ticket)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Commitment
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> PosReceiptGroupingId { get; set; }
Property PosReceiptGroupingId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the PosReceiptGroupingId (Identifiant de groupement de ticket) column of the SaleCommitment (Échéance de vente) table.
See Also