 |
CreditItemInvoiceNumber Property |
Invoice number.
Namespace:
ASI.TAM.API.Data.UI.Transaction.ApplyCreditsToDebits
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 CreditItem
Dim value As Nullable(Of Integer)
value = instance.InvoiceNumber
instance.InvoiceNumber = value
Property Value
Type:
NullableInt32Return Value
Type:
NullableInt32
Remarks
See Also