Hi guys, not really sure how to get at this array, I just want to get [price][service] and [price][rate] for each,
This is a bit long, but you can see near the top, what I need,
fedex Object
(
[server] => https://gatewaybeta.fedex.com/GatewayDC
[accountNumber] => 123123123
[meterNumber] => 12312312
[carrierCode] => FDXE
[dropoffType] => REGULARPICKUP
[service] => PRIORITYOVERNIGHT
[serviceName] => FedEx Priority Overnight
[packaging] => YOURPACKAGING
[weightUnits] => LBS
[weight] => 17
[originStateOrProvinceCode] => OH
[originPostalCode] => 44333
[originCountryCode] => US
[destStateOrProvinceCode] => CA
[destPostalCode] => 90210
[destCountryCode] => US
[payorType] => SENDER
[price] => price Object
(
[service] => FedEx Priority Overnight
[rate] => 50.58
[response] => Array
(
[FDXRATEREPLY] => Array
(
[0] => Array
(
[ATTRIBUTES] => Array
(
[XMLNS:XSI] => http://www.w3.org/2001/XMLSchema-instance
)
[REPLYHEADER] => Array
(
[0] => Array
(
[CUSTOMERTRANSACTIONIDENTIFIER] => Array
(
[0] => Array
(
[VALUE] => Express Rate
)
)
)
)
[ESTIMATEDCHARGES] => Array
(
[0] => Array
(
[RATESCALE] => Array
(
[0] => Array
(
[VALUE] => 01618
)
)
[RATEZONE] => Array
(
[0] => Array
(
[VALUE] => 8
)
)
[CURRENCYCODE] => Array
(
[0] => Array
(
[VALUE] => USD
)
)
[BILLEDWEIGHT] => Array
(
[0] => Array
(
[VALUE] => 17.0
)
)
[DISCOUNTEDCHARGES] => Array
(
[0] => Array
(
[BASECHARGE] => Array
(
[0] => Array
(
[VALUE] => 94.80
)
)
[TOTALDISCOUNT] => Array
(
[0] => Array
(
[VALUE] => 50.24
)
)
[SURCHARGES] => Array
(
[0] => Array
(
[FUEL] => Array
(
[0] => Array
(
[VALUE] => 6.02
)
)
[OTHER] => Array
(
[0] => Array
(
[VALUE] => 0.00
)
)
)
)
[TOTALSURCHARGE] => Array
(
[0] => Array
(
[VALUE] => 6.02
)
)
[NETCHARGE] => Array
(
[0] => Array
(
[VALUE] => 50.58
)
)
(appended)