 |
PaymentMethodContactName Property |
On insert, either ContactID or ContactName is required.
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 string ContactName { get; set; }
Public Property ContactName As String
Get
Set
Dim instance As PaymentMethod
Dim value As String
value = instance.ContactName
instance.ContactName = value
Property Value
Type:
String
ContactName As String.
Remarks Note |
---|
- Name - ContactName
- Length - 100
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
|
See Also