 | 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)
Syntaxpublic ObservableCollection<InvoiceVATBreakdownEntity> InvoiceVATBreakdown { get; set; }
Public Property InvoiceVATBreakdown As ObservableCollection(Of InvoiceVATBreakdownEntity)
Get
Set
Property Value
Type:
ObservableCollectionInvoiceVATBreakdownEntity
The invoice vat breakdown.
See Also