Click or drag to resize

Transaction_2019_01 Interface

Methods related to the Epic Transaction object. Usable from any SDK Client starting from the 2019_01 version.
Namespace:  ASI.TAM.API.Web.EpicSDK.Transaction
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
public interface Transaction_2019_01

The Transaction_2019_01 type exposes the following members.

Methods
  NameDescription
Public methodAction_Transaction_AccountsReceivableWriteOff
Writes off a transaction
Public methodCode exampleAction_Transaction_AdjustCommission
Adjusts the commission on a transaction
Public methodAction_Transaction_ApplyCreditsToDebits
Applies credits to debits for a transaction
Public methodAction_Transaction_FinanceTransaction
Finances a transaction
Public methodAction_Transaction_GenerateTaxFee
Generates the tax fee for a transaction
Public methodAction_Transaction_MoveTransaction
Moves a transaction
Public methodAction_Transaction_ReverseTransaction
Reverses a transaction
Public methodAction_Transaction_RevisePremium
Revises the premium on a transaction
Public methodAction_Transaction_UnapplyCreditsToDebits
Unapplies credits to debits for a transaction
Public methodAction_Transaction_VoidPayment
Void payment on a transaction
Public methodCode exampleGet_Transaction
Retrieves a list of transactions from Epic that meet the requirements specified in the transaction filter object
Public methodGet_Transaction_DefaultActionAdjustCommission
Gets the default settings needed to perform an adjust commission action
Public methodGet_Transaction_DefaultActionApplyCreditsToDebits
Gets the default settings needed to perform an apply credits to debits action
Public methodGet_Transaction_DefaultActionGenerateTaxFee
Gets the default settings needed to perform a generate tax fee action
Public methodGet_Transaction_DefaultActionMoveTransaction
Gets the default settings needed to perform a move transaction action
Public methodGet_Transaction_DefaultActionReverseTransaction
Gets the default settings needed to perform a reverse transaction action
Public methodGet_Transaction_DefaultActionRevisePremium
Gets the default settings needed to perform a revise premium action
Public methodGet_Transaction_DefaultActionUnapplyCreditsToDebits
Gets the default settings needed to perform the unapply credits to debits action
Public methodGet_Transaction_DefaultInstallments
Gets the default installments of the specified type for the specified transaction
Public methodCode exampleGet_Transaction_DefaultProducerBrokerCommissions
Gets the default BrPrCommisions
Public methodGet_Transaction_Receivables
Gets the Transaction Receivables.
Public methodCode exampleInsert_Transaction
Inserts the specified transaction into Epic
Public methodUpdate_Transaction
Updates the specified transaction
Top
Remarks