Gets or sets the BatchNumber of the CBatch that should contain the transaction created by this gift.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string BatchNumber { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property BatchNumber As String |
| 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.