 | CreditNotePartialEntity.CreditNoteVATBreakdown Property |
Gets or sets the credit note vat breakdown.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Payment
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ObservableCollection<CreditNoteVATBreakdownEntity> CreditNoteVATBreakdown { get; set; }
Public Property CreditNoteVATBreakdown As ObservableCollection(Of CreditNoteVATBreakdownEntity)
Get
Set
Property Value
Type:
ObservableCollection<CreditNoteVATBreakdownEntity>
The credit note vat breakdown.
See Also