| Shop_TransactionUpdate class
  
    | Defined in | /modules/shop/classes/shop_transactionupdate.php, lines 12-39 |  
      | Author | LemonStand eCommerce Inc. |  
  Represents a payment transaction update information.
Objects of this class are returned by some methods of Shop_PaymentMethod  class.
   
   
   
   Property details
      ¶
      transaction_status_code property
    public string $transaction_status_code; Specifies the transaction code. 
      ¶
      transaction_status_name property
    public string $transaction_status_name; Specifies the transaction status name.
Transaction status name are specific for different payment gateways. |