 | CheckoutOptionsCustomBatchId Property |
The Id of a specific pre-existing batch to use for this transaction.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic NetForumId CustomBatchId { get; set; }Public Property CustomBatchId As NetForumId
Get
Set
public:
property NetForumId^ CustomBatchId {
NetForumId^ get ();
void set (NetForumId^ value);
}member CustomBatchId : NetForumId with 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