 | ReceiptEntityReceiptManifests Property |
Gets or sets the receipt manifests.
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<ReceiptManifestEntity> ReceiptManifests { get; set; }
Public Property ReceiptManifests As IList(Of ReceiptManifestEntity)
Get
Set
Property Value
Type:
IListReceiptManifestEntity
The receipt manifests.
See Also