Gets or sets the BatchNumber of the CBatch that should contain the transaction created by this gift.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string BatchNumber { get; set; }
Visual Basic
Public Property BatchNumber As String
	Get
	Set
Visual C++
public:
property String^ BatchNumber {
	String^ get ();
	void set (String^ value);
}

Field Value

The key to an open CBatch into which the gift transaction should be created.

Remarks

The batch must already exist and must not have been posted, though it may be effective on a date other than today's; otherwise an error is reported.

See Also