MCRCustomerCredits_CreditCard Class [AX 2012]

The MCRCustomerCredits class that handels On Account credit types and posts to the appropriate tables.

class MCRCustomerCredits_CreditCard extends MCRCustomerCredits

Run On

Called

  MethodDescription
Dn501404.pubmethod(en-us,AX.60).gif calculatePriceMatchAmount Calculates the credit amount the price match will give the customer. (Inherited from MCRCustomerCredits.)
Dn501404.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn501404.pubmethod(en-us,AX.60).gif createPaymentRecord Creates an MCRCustPaymTable object that has required information for all payment types.
Dn501404.pubmethod(en-us,AX.60).gif determineAmount Determines how much was paid with credit cards and returns the amount that is allowed to be put on this card.
Dn501404.pubmethod(en-us,AX.60).gif displayCreditedQty Displays the amount that has already been credited to the related sales line. (Inherited from MCRCustomerCredits.)
Dn501404.pubmethod(en-us,AX.60).gif displayInvoicedQty Retrieves the invoiced quantity for this line. (Inherited from MCRCustomerCredits.)
Dn501404.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn501404.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn501404.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn501404.pubmethod(en-us,AX.60).gif insertMultipleCredits Credits multiple cards, do not include refunds. (Overrides the insertMultipleCredits Method.)
Dn501404.pubmethod(en-us,AX.60).gif new Initializes a new instance of the MCRCustomerCredits class. (Inherited from MCRCustomerCredits.)
Dn501404.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.)
Dn501404.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.)
Dn501404.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn501404.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn501404.pubmethod(en-us,AX.60).gif post Calls the methods that post to the LedgerJouranlTable and trans. (Overrides the post Method.)
Dn501404.protmethod(en-us,AX.60).gif postToLedgerJournalTable Posts the credit to the ledger journal table, using the journal name from order parameters. (Inherited from MCRCustomerCredits.)
Dn501404.protmethod(en-us,AX.60).gif postToLedgerJournalTrans Posts the LedgerJouranlTrans records. (Inherited from MCRCustomerCredits.)
Dn501404.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn501404.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn501404.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.)
Dn501404.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn501404.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

This class does not touch the customers account.

Other than the Ledger tables it posts to the CCSettlementTable.

Object Class
  MCRCustomerCredits Class
    MCRCustomerCredits_CreditCard Class

Community Additions

ADD
Show: