 |
SendInvoiceToItemV1LoanNumber Property |
Ignored if InvoiceGrouping is ExistingInvoice.
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 string LoanNumber { get; set; }
Public Property LoanNumber As String
Get
Set
Dim instance As SendInvoiceToItemV1
Dim value As String
value = instance.LoanNumber
instance.LoanNumber = value
Property Value
Type:
String
LoanNumber As String.
Remarks Note |
---|
- Name - LoanNumber
- Length - 20
- Required On Insert - False
- Required On Update - False
|
See Also