|  | 
| InstallmentItemInvoiceGroupingExistingInvoiceNumber Property  | 
 Invoice Grouping Existing Invoice Number
Required if GenerateInvoice is true and InvoiceGrouping is set to "Existing Invoice"
   ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
 Syntax
Syntaxpublic Nullable<int> InvoiceGroupingExistingInvoiceNumber { get; set; }Public Property InvoiceGroupingExistingInvoiceNumber As Nullable(Of Integer)
	Get
	Set
Dim instance As InstallmentItem
Dim value As Nullable(Of Integer)
value = instance.InvoiceGroupingExistingInvoiceNumber
instance.InvoiceGroupingExistingInvoiceNumber = value
Property Value
Type: 
NullableInt32 Remarks
Remarks See Also
See Also