Click or drag to resize

MunicpalOrderStatusEntity.IsPaid Property

Gets a value indicating whether this instance is paid.

Namespace:  AMCS.Elemos.IntegrationService.Entity.CasualCustomer.OrderCombinationGroup
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsPaid { get; set; }

Property Value

Type: Boolean
true if this instance is paid; otherwise, false.
See Also