BankDocumentPaymentCust Class [AX 2012]

The BankDocumentElectronicPaymCust class is the business class of bank document for electronic payment of customer.

Syntax

class BankDocumentPaymentCust extends BankDocumentPayment implements BankDocumentIStateChangeEventHandler

Run On

Called

Methods

  Method Description
JJ747672.pubmethod(en-us,AX.60).gif bankDocumentStateChanged Handles the event of bank document state change.
JJ747672.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ747672.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ747672.pubmethod(en-us,AX.60).gif getBankAccount Gets the bank account. (Inherited from BankDocument.)
JJ747672.pubmethod(en-us,AX.60).gif getBankCurrencyAmount Gets the bank document amount. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getBankCurrencyCode Gets the bank document currency. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getBankDocumentTable Gets the bank document table. (Inherited from BankDocument.)
JJ747672.pubmethod(en-us,AX.60).gif getBankTransType Gets the bank transaction type. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getCancelled Indicates whether bank document is canceled. (Inherited from BankDocument.)
JJ747672.pubmethod(en-us,AX.60).gif getCorrectionBankCurrencyAmount Gets the correction amount. (Inherited from BankDocument.)
JJ747672.pubmethod(en-us,AX.60).gif getCurrentBankDocumentState Gets the current bank document state. (Inherited from BankDocument.)
JJ747672.pubmethod(en-us,AX.60).gif getDescription Gets the bank document description. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getDocumentNum Gets the bank document number. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getDocumentType Gets bank document type. (Overrides the getDocumentType Method.)
JJ747672.pubmethod(en-us,AX.60).gif getIsMatched Indicates whether the bank document is matched. (Inherited from BankDocument.)
JJ747672.pubmethod(en-us,AX.60).gif getIsReconciled Gets the reconciled status. (Inherited from BankDocument.)
JJ747672.pubmethod(en-us,AX.60).gif getOriginalBankCurrencyAmount Gets the original bank document amount. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getOrignalBankDocumentStatusName Gets the bank document original status. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getPosted Gets the bank document posted status. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getReference Gets the bank document reference. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getRelatedPartyAccount Gets the bank document related party account. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getRelatedPartyCompany Gets the company of the related party. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getRelatedPartyName Gets the related party name. (Inherited from BankDocument.)
JJ747672.pubmethod(en-us,AX.60).gif getRelatedPartyType Gets bank document related party type. (Overrides the getRelatedPartyType Method.)
JJ747672.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ747672.pubmethod(en-us,AX.60).gif getTransactionCurrency Gets the counter currency if it is provided in the bank document. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getTransactionCurrencyAmount Gets the counter amount if it is provided in the bank document. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif getTransactionDate Gets the bank document transaction date. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ747672.protmethod(en-us,AX.60).gif loadSourceBuffer Loads the source buffer of the bank document. (Inherited from BankDocumentPayment.)
JJ747672.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankDocument class. (Inherited from BankDocument.)
JJ747672.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ747672.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ747672.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ747672.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ747672.pubmethod(en-us,AX.60).gif parmBankDocumentTableMap Gets or sets the BankDocumentTableMap parameter. (Inherited from BankDocument.)
JJ747672.protmethod(en-us,AX.60).gif processBankAccountTransReconcileStatus Processes bank account transactions reconciled field. (Inherited from BankDocument.)
JJ747672.protmethod(en-us,AX.60).gif processBankDocumentStateChanged Handles the event of a bank document state change. (Inherited from BankDocumentPayment.)
JJ747672.protmethod(en-us,AX.60).gif processLedgerJournalTransPaymStatus Processes the payment status of electronic payment. (Inherited from BankDocumentPayment.)
JJ747672.protmethod(en-us,AX.60).gif processPaymentCorrection Processes the payment correction amount. (Inherited from BankDocumentPayment.)
JJ747672.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ747672.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ747672.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ747672.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ747672.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  BankDocument Class
    BankDocumentPayment Class
      BankDocumentPaymentCust Class