Share via


ReleaseUpdateDB60_Retail::upgradePostTransaction Method [AX 2012]

Performs the required operations on the transaction depending on transaction type.

Syntax

server public static str upgradePostTransaction(
    CreditCardOperation _transactionType, 
    str _paymentServiceSDKBlob, 
    CreditCardProcessorTransactionId _transactionGuid, 
    str _transactionToken)

Run On

Server

Parameters

  • _paymentServiceSDKBlob
    Type: str
    XML containing the transaction details.
  • _transactionToken
    Type: str
    Token need to be used for the transaction.

Return Value

Type: str
Result of the operation in the form of a XML string.

See Also

Reference

ReleaseUpdateDB60_Retail Class