 |
PaymentMethodPaymentOptionID Property |
On insert, defaults based on certain conditions.
Created in Epic SDK 2017 R2.
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> PaymentOptionID { get; set; }
Public Property PaymentOptionID As Nullable(Of Integer)
Get
Set
Dim instance As PaymentMethod
Dim value As Nullable(Of Integer)
value = instance.PaymentOptionID
instance.PaymentOptionID = value
Property Value
Type:
NullableInt32
PaymentOptionID As Integer?.
Remarks Note |
---|
- Name - PaymentOptionID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
- Lookup - TransactionPaymentOption
- Auto Validated - True
- Ignored On Update - True
|
See Also