Click or drag to resize

PaymentMethodItem Class

PaymentMethodItem data object.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.Shared.Common.PaymentMethodPaymentMethodItem

Namespace:  ASI.TAM.API.Data.UI.Shared.Common.PaymentMethod
Assembly:  ASI.TAM.API.Data.UI.Shared (in ASI.TAM.API.Data.UI.Shared.dll) Version: 2021.1.0.1
Syntax
public sealed class PaymentMethodItem

The PaymentMethodItem type exposes the following members.

Properties
  NameDescription
Public propertyAccountNumber
Account Number

Created in Epic SDK 2018.

Required

Public propertyAuthorizationDate
Authorization Date

Created in Epic SDK 2018.

Public propertyAuthorizationStatusCode
If blank on insert, the defaults to the primary Authorization.

Created in Epic SDK 2018.

Sometimes Required

Public propertyCheckingSavingsOption
Checking Savings Option

Created in Epic SDK 2018.

Public propertyComments
Comments

Created in Epic SDK 2018.

Public propertyCountryOfOperationCode
If blank on insert, the defaults to the primary country. Only USA, CAN and GBR are valid.

Created in Epic SDK 2018.

Sometimes Required

Public propertyDescription
Description

Created in Epic SDK 2018.

Public propertyFlag
Used to choose what action to apply to payment method Item.

Created in Epic SDK 2018.

Public propertyIgnoreDuplicatePaymentMethods
Used to represent the Epic pop up screen that appears when a payment method entered matches one that has already been entered in the Epic system. This allows SDK to prevent duplicate payment method entries if that is desired.

Created in Epic SDK 2018.

Public propertyInstitutionNumber
Institution Number

Created in Epic SDK 2018.

Public propertyInstitutionPhoneCountryCode
Country code is ignored if corresponding number is not entered.

Created in Epic SDK 2018.

Public propertyInstitutionPhoneExtension
Institution Phone Extension

Created in Epic SDK 2018.

Public propertyInstitutionPhoneNumber
Institution Phone Number

Created in Epic SDK 2018.

Public propertyMethodCode
If blank on insert, then defaults based on the account type of the contact. For Client, Broker, Other Interest, Finance Company, the PaymentMethodCode lookup provides other valid values.

Created in Epic SDK 2018.

Public propertyNameOfAccount
Name Of Account

Created in Epic SDK 2018.

Public propertyNameOfInstitution
Name Of Institution

Created in Epic SDK 2018.

Public propertyPaymentMethodID
Unique identifier used to specify the payment method item.

Created in Epic SDK 2018.

Sometimes Required

Public propertyPrimary
Sometimes ignored.

Created in Epic SDK 2018.

Public propertyRoutingNumber
Routing Number

Created in Epic SDK 2018.

Public propertyServiceClassCode
Service Class Code

Created in Epic SDK 2018.

Public propertyTransitNumber
Transit Number

Created in Epic SDK 2018.

Public propertyUpdateProcessedTransmittedItems
Represents the response from the Epic question: "This payment method is currently in use by one or more processed or transmitted items. Would you like them to use the updated information?". The property is ignored in workflows where the question would not appear in Epic.

Created in Epic SDK 2018.

Top
See Also