 | InvoiceSearchResultDetailLineEntityIsDebit Property |
Gets or sets the invoice is debit flag.
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 bool IsDebit { get; set; }
Public Property IsDebit As Boolean
Get
Set
Property Value
Type:
Boolean
The invoice is debit flag.
See Also