Click or drag to resize

CreditNoteDetailPartialEntityNetWeight Property

Gets or sets the net weight.

Namespace:  AMCS.Elemos.IntegrationService.Entity.CreditNote
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<decimal> NetWeight { get; set; }

Property Value

Type: NullableDecimal
The net weight.
See Also