CreditCardProcess Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkForAddressVerification | |
| checkForCardVerificationValue | |
| checkFreight | |
| createProcessResponse | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| failedReason | |
| getCardVerificationValue | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | |
| isValidCurrencyCodeForCreditCard | |
| mcrSetRefundAmount | Sets the amount to refund to the credit card. |
| new | Initializes a new instance of the CreditCardProcess class. |
| 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.) |
| parmCardVerificationValue | Gets or sets the CardVerificationValue parameter. |
| parmCreditCardAuthTrans | Gets or sets the CreditCardAuthTrans parameter. |
| parmCreditCardProcessor | Gets the CreditCardProcessor parameter. |
| parmCustInvoiceJour | Gets or sets the CustInvoiceJour parameter. |
| parmGetCardVerificationValue | Gets or sets the GetCardVerificationValue parameter. |
| parmMCRCustInvoiceTable | Gets or sets the MCRCustInvoiceTable parameter. |
| parmMCRCustPaymRecId | Gets or sets the MCRCustPaymRecId parameter. |
| parmMCRCustPaymSchedLine | Gets or sets the MCRCustPaymSchedLine parameter. |
| parmMCRCustPaymTable | Gets or sets the MCRCustPaymTable parameter. |
| parmMCRLedgerJournalTrans | Gets or sets the MCRLedgerJournalTrans parameter. |
| parmOperation | Gets or sets the Operation parameter. |
| parmSalesInvoiceId | Gets or sets the SalesInvoiceId parameter. |
| parmSalesTable | Gets the SalesTable parameter. |
| parmTotalAmountCur | Gets or sets the TotalAmountCur parameter. |
| prepareSubmission | |
| presentResponse | |
| process | Carries out all steps that are necessary to complete a credit card operation. |
| processSucceed | |
| setAmountFromAuthTrans | Sets the amount to be processed on the credit card from a pre-authorization. |
| setAmountFromSales | Sets the amount to be charged to the credit card. |
| setChargeAmount | |
| setRefundAmountFromSales | Sets the amount to refund to the credit card. |
| setSalesTotals | |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| submit | |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateRelatedCCAuthTrans | |
| updateSalesTable | |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateTransaction | |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | |
| ::doCapture | |
| ::doPreAuth | |
| ::doRefund | |
| ::doVoidAuth | |
| ::main | Provides an entry point for the CreditCardProcess class when it is called from a command. |
| ::mcrDoCapture | Captures the amount of the passed in record. |
| ::mcrDoPreAuth | Authorizes the amount on the passed in record. |
| ::mcrDoRefund | Refunds the amount on the passed in MCRCustPaymTable record. |
Community Additions
ADD
Show: