 |
SendInvoiceToItemV1InvoiceNumber Property |
Displays the invoice number.
Created in Epic SDK V4.1.
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> InvoiceNumber { get; set; }
Public Property InvoiceNumber As Nullable(Of Integer)
Get
Set
Dim instance As SendInvoiceToItemV1
Dim value As Nullable(Of Integer)
value = instance.InvoiceNumber
instance.InvoiceNumber = value
Property Value
Type:
NullableInt32
InvoiceNumber As Integer?.
Remarks Note |
---|
- Name - InvoiceNumber
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- MaxValue - 2147483647
|
See Also