 | InvoiceDetailEntityPriceHasChanged Property |
Gets or sets a value indicating whether [price has changed].
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 PriceHasChanged { get; set; }
Public Property PriceHasChanged As Boolean
Get
Set
Property Value
Type:
Booleantrue if [price has changed]; otherwise,
false.
See Also