InvoiceDetailCartItemAllowsBackorder Property

Indicates if backorders are allowed when the netFORUM Product being purchased through this cart item is out of stock.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("prd_allow_backorder")]
public bool AllowsBackorder { get; protected set; }

Property Value

Boolean

Implements

IInventoryTrackableAllowsBackorder

See Also