 |
PaymentMethodAccountLookupCode Property |
On insert defaults to the parent entity account lookup code. For Non-Clients, only the defaulted AccountType is valid. For clients, code must correspond to AccountType.
Created in Epic SDK 2017 R2.
Sometimes 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 string AccountLookupCode { get; set; }
Public Property AccountLookupCode As String
Get
Set
Dim instance As PaymentMethod
Dim value As String
value = instance.AccountLookupCode
instance.AccountLookupCode = value
Property Value
Type:
String
AccountLookupCode As String.
Remarks Note |
---|
- Name - AccountLookupCode
- Required On Insert - True
- Required On Update - False
- Ignored On Update - True
|
See Also