 |
SendInvoiceToItemV1InvoiceGroupingExistingInvoiceNumber Property |
Required if InvoiceGrouping is ExistingInvoice, otherwise ingnored.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<int> InvoiceGroupingExistingInvoiceNumber { get; set; }
Public Property InvoiceGroupingExistingInvoiceNumber As Nullable(Of Integer)
Get
Set
Dim instance As SendInvoiceToItemV1
Dim value As Nullable(Of Integer)
value = instance.InvoiceGroupingExistingInvoiceNumber
instance.InvoiceGroupingExistingInvoiceNumber = value
Property Value
Type:
NullableInt32
InvoiceGroupingExistingInvoiceNumber As Integer?.
Remarks Note |
---|
- Name - InvoiceGroupingExistingInvoiceNumber
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - -2147483648
- MaxValue - 2147483647
|
See Also