Click or drag to resize

CheckoutOptionsCustomBatchId Property

The Id of a specific pre-existing batch to use for this transaction.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public NetForumId CustomBatchId { get; set; }

Property Value

NetForumId
Remarks
If the specified batch does not already exist or is unusable, the checkout operation will fail. This option is mutually exclusive with CustomBatchName.
See Also