Click or drag to resize

Receipt_2021_01 Interface

Methods to interact with Receipts in Epic.
Namespace:  ASI.TAM.API.Web.EpicSDK.GeneralLedger
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
public interface Receipt_2021_01

The Receipt_2021_01 type exposes the following members.

Methods
  NameDescription
Public methodAction_GeneralLedger_ReceiptFinalizeReceipt
Finalizes a specified receipt.
Public methodAction_GeneralLedger_ReceiptTransferOfFunds
Performs a Transfer of Funds action for a receipt.
Public methodDelete_GeneralLedger_Receipt
This method will delete a Receipt from Epic.
Public methodGet_GeneralLedger_Receipt
Retrieves a list of receipts from Epic that meet the requirements specified in the parameters.
Public methodGet_GeneralLedger_ReceiptDefaultApplyCreditsToDebits
Populates a receipt detail object with dynamic items necessary to Apply Debits to Credits during the insert receipt work flow.
Public methodGet_GeneralLedger_ReceiptDefaultProcessOutstandingPayments
Populates a receipt detail object with dynamic items necessary to process outstanding payments during the insert receipt work flow.
Public methodInsert_GeneralLedger_Receipt
This function will insert a receipt into Epic.
Public methodUpdate_GeneralLedger_Receipt
This method will update a Receipt in Epic.
Top
See Also