 | ReceiptEntityReceiptLoadComments Property |
Gets or sets the receipt load comments.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Weighing
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<ReceiptLoadCommentEntity> ReceiptLoadComments { get; set; }
Public Property ReceiptLoadComments As IList(Of ReceiptLoadCommentEntity)
Get
Set
Property Value
Type:
IListReceiptLoadCommentEntity
The receipt load comments.
See Also