I have a json array for data in php and I am trying to echo the value "transaction id". Can you please help
SquareConnect\Model\ChargeResponse Object
(
[errors:protected] =>
[transaction:protected] => SquareConnect\Model\Transaction Object
(
[id:protected] => cx4V
[location_id:protected] => 5TRMFA
[created_at:protected] => 2017-12-11T01:53:22Z
[tenders:protected] => Array
(
[0] => SquareConnect\Model\Tender Object
(
[id:protected] => 001F
[location_id:protected] => 5TRA
[transaction_id:protected] => cx4x35peV
[created_at:protected] => 2017-12-11T01:53:22Z
[note:protected] => Online Transaction
[amount_money:protected] => SquareConnect\Model\Money Object
(
[amount:protected] => 100
[currency:protected] => USD
)