Click or drag to resize

InvoicePartialEntityInvoiceDetails Property

Gets or sets the invoice details.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Invoice
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ObservableCollection<InvoiceDetailEntity> InvoiceDetails { get; set; }

Property Value

Type: ObservableCollectionInvoiceDetailEntity
The invoice details.
See Also