Click or drag to resize

PaymentMethodContactID Property

Unique identifier used to specify a contact. On insert, either ContactID or ContactName is required. Use Get_Contact to obtain a valid value.

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
Syntax
public Nullable<int> ContactID { get; set; }

Property Value

Type: NullableInt32
ContactID As Integer?.
Remarks
Note Note
  • Name - ContactID
  • Is Identity - True
  • Required On Insert - False
  • Required On Update - False
  • Ignored On Update - True
See Also