Click or drag to resize

InvoicePartialEntityInvoiceVATBreakdown Property

Gets or sets the invoice vat breakdown.

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<InvoiceVATBreakdownEntity> InvoiceVATBreakdown { get; set; }

Property Value

Type: ObservableCollectionInvoiceVATBreakdownEntity
The invoice vat breakdown.
See Also