CheckoutOptionsCustomBatchId Property

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

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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