This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

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.

Public properties

Property Type Description Defined By
transaction_status_code string specifies the transaction code. Shop_TransactionUpdate
transaction_status_name string specifies the transaction status name. Shop_TransactionUpdate

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.