set_user()
set_user(integer $userid,\apex\users\user $user = null)
Set the user
Parameters
integer | $userid | The ID# of the user. |
\apex\users\user | $user | The UserInterface object of the loaded user. |
interface for individual transaction, the /transaction/tx.php class.
set_account(integer $account_id,\apex\transaction\tx_account $account = null)
Set the transaction account.
integer | $account_id | The id# of the transaction account. |
\apex\transaction\tx_account | $account | The transaction account object. |
set_payment_method(integer $payment_id,\apex\transaction\payment_method $payment_method = null)
Set payment method.
integer | $payment_id | The id# of the payment method. |
\apex\transaction\payment_method | $payment_method | The payment_method object, loaded. |