Gets or sets the manually entered receipt number associated with this gift.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public int ReceiptNumber { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ReceiptNumber As Integer |
| Visual C++ |
|---|
public: property int ReceiptNumber { int get (); void set (int value); } |
Field Value
A manually entered unique receipt number associated with this gift.
Remarks
The manual receipt number is only valid for single gifts.
Gifts entered with a manual receipt number will not have a receipt generated for them and cannot be edited later in iMIS.
If an attempt is made to set this with a value longer than 10 characters an error is reported.