 |
PaymentInstallmentItemMethodID Property |
Method ID
Created in Epic SDK 2016.
Required
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> MethodID { get; set; }
Public Property MethodID As Nullable(Of Integer)
Get
Set
Dim instance As PaymentInstallmentItem
Dim value As Nullable(Of Integer)
value = instance.MethodID
instance.MethodID = value
Property Value
Type:
NullableInt32
MethodID As Integer.
Remarks Note |
---|
- Name - MethodID
- Lookup - ReceiptDetailItemMethod
|
See Also