MCRCustPaym_RefundCheck Class [AX 2012]
The MCRCustPaym_RefundCheck class to handle customer payments of type "refund check".
| Method | Description | |
|---|---|---|
| allowEdit | Determines if a payment field should be editable by the user. (Overrides the allowEdit Method.) |
| allowEditCurrency | Determines if the currency should be allowed to be modified for this payment. (Inherited from MCRCustPaym.) |
| allowEditInvoiceAccount | Determines if the invoice account should be allowed to be modified for this payment. (Inherited from MCRCustPaym.) |
| allowUserInput | Determines if this payment instance is allowed to prompt the user for input during payment operations. (Inherited from MCRCustPaym.) |
| authorizeChargeManually | Authorizes the payment. (Inherited from MCRCustPaym.) |
| authorizeRefund | Initiates authorization for a refund check. |
| authorizeRefundManually | Authorizes the refund. (Inherited from MCRCustPaym.) |
| canAuthorize | Determines if the payment can be authorized. (Inherited from MCRCustPaym.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canPost | Determines whether the passed amount can be posted. (Overrides the canPost Method.) |
| createLedgerJournalTable | Creates the ledger journal table for refund check payment transactions. |
| createRCTransBatchTable | Creates a batch record which is associated to a journal number. |
| createRefundCheckSettlement | Creates a new refund check settlement record for this payment. |
| declineChargeManually | Declines the payment manually. (Inherited from MCRCustPaym.) |
| declineRefundManually | Declines the refund manually. (Inherited from MCRCustPaym.) |
| determineStatus | Creates parent method so it can be called without specifically creating an MCRCustPaym_CreditCard object. (Inherited from MCRCustPaym.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findOrCreateBatchAndJournal | Looks for an open batch that is associated to a journal which has not passed its line limit. |
| getDefaultValue | Finds the default value of the passed field if it has been defined. (Overrides the getDefaultValue Method.) |
| getNextLedgerJournalTransLineNum | Gets the next line numb for the passed journal number. |
| getPaymAccount | Gets the payment account and account type. (Inherited from MCRCustPaym.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasPaymTypeData | Return true. (Overrides the hasPaymTypeData Method.) |
| new | Constructs a new instance. (Overrides the new Method.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCustInvoiceJour | Gets or sets the CustInvoiceJour table buffer. (Inherited from MCRCustPaym.) |
| parmCustInvoiceTable | Gets or sets the CustInvoiceId to hande free text invoices. (Inherited from MCRCustPaym.) |
| parmCustPaymSchedLine | Gets or sets the CustPaymSchedLine table buffer. (Inherited from MCRCustPaym.) |
| parmDefaultDimension | Sets the default dimension of the LedgerJournalTrans table record. (Inherited from MCRCustPaym.) |
| parmFreeTextInvoiceId | Gets or sets the CustInvoiceId to hande free text invoices. (Inherited from MCRCustPaym.) |
| parmLedgerJournalTable | Sets and return the LedgerJournalTable class variable. (Inherited from MCRCustPaym.) |
| parmLedgerJournalTrans | Gets or sets the LedgerJournalTrans table buffer. (Inherited from MCRCustPaym.) |
| parmMCRLedgerJournal | Sets and return the MCRLedgerJournal class variable. (Inherited from MCRCustPaym.) |
| parmPaymReference | Gets or sets an identifier for this payment. (Inherited from MCRCustPaym.) |
| parmSalesInvoiceId | Gets or sets the SalesInvoiceId. (Inherited from MCRCustPaym.) |
| parmSkipJournalPost | Determines whether or not the LedgerJournalCheckPost's run method will be run in postToLedgerJournal. (Inherited from MCRCustPaym.) |
| paymentChanged | Alters a payment. (Inherited from MCRCustPaym.) |
| performAuth | Performs authorization on this payment. (Overrides the performAuth Method.) |
| performPost | Performs posting operations after posting records to the ledger journal. (Overrides the performPost Method.) |
| post | Handles the different processing logic that refund checks go through. (Overrides the post Method.) |
| postCheckBatch | |
| postRefund | |
| postToLedgerJournal | Posts the payment to the ledgerJournalTrans records. (Overrides the postToLedgerJournal Method.) |
| processPaym | Processes a payment for posted amount. (Inherited from MCRCustPaym.) |
| processPaymManually | Processes a payment manually. (Inherited from MCRCustPaym.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateAuthorize | Validates this payment for authorization. (Inherited from MCRCustPaym.) |
| validateDelete | Validates that the refund payment is allowed to be deleted from the database. (Overrides the validateDelete Method.) |
| validatePost | Validates that the specified amount may be posted. (Overrides the validatePost Method.) |
| validateWrite | Validates this payment for an insert or update. (Overrides the validateWrite Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: