Click or drag to resize

PaymentMethod Class

PaymentMethod data object.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.TransactionPaymentMethod
Namespace:  ASI.TAM.API.Data.UI.Transaction
Assembly:  ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2020.1.0.1
Syntax
public sealed class PaymentMethod

The PaymentMethod type exposes the following members.

Properties
  NameDescription
Public propertyAccountLookupCode
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

Public propertyContactID
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.

Public propertyContactName
On insert, either ContactID or ContactName is required.

Created in Epic SDK 2017 R2.

Public propertyPaymentOptionID
On insert, defaults based on certain conditions.

Created in Epic SDK 2017 R2.

Public propertyTypeCode
On insert, defaults based on Account Type of the parent entity. For Non-Clients, only the defaulted AccountType is valid.

Created in Epic SDK 2017 R2.

Sometimes Required

Top
Remarks