You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ShippingRates/src/RateRequest/StubFedex.php

24 lines
75 KiB
PHP

<?php
namespace pdt256\Shipping\RateRequest;
class StubFedex extends Adapter
{
private $artificial_delay = 0;
public function __construct($artificial_delay = 0)
{
$this->artificial_delay = $artificial_delay;
}
public function execute($url, $data = NULL)
{
if ($this->artificial_delay > 0) {
sleep($this->artificial_delay);
}
$response = '<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><RateReply xmlns="http://fedex.com/ws/rate/v13"><HighestSeverity>NOTE</HighestSeverity><Notifications><Severity>NOTE</Severity><Source>crs</Source><Code>819</Code><Message>The origin state/province code has been changed. </Message><LocalizedMessage>The origin state/province code has been changed. </LocalizedMessage></Notifications><Notifications><Severity>NOTE</Severity><Source>crs</Source><Code>820</Code><Message>The destination state/province code has been changed. </Message><LocalizedMessage>The destination state/province code has been changed. </LocalizedMessage></Notifications><Version><ServiceId>crs</ServiceId><Major>13</Major><Intermediate>0</Intermediate><Minor>0</Minor></Version><RateReplyDetails><ServiceType>PRIORITY_OVERNIGHT</ServiceType><PackagingType>YOUR_PACKAGING</PackagingType><DeliveryStation>ACTA </DeliveryStation><DeliveryDayOfWeek>FRI</DeliveryDayOfWeek><DeliveryTimestamp>2014-09-26T12:00:00</DeliveryTimestamp><CommitDetails><ServiceType>PRIORITY_OVERNIGHT</ServiceType><CommitTimestamp>2014-09-26T12:00:00</CommitTimestamp><DayOfWeek>FRI</DayOfWeek><DestinationServiceArea>AM</DestinationServiceArea><BrokerToDestinationDays>0</BrokerToDestinationDays><DocumentContent>NON_DOCUMENTS</DocumentContent></CommitDetails><DestinationAirportId>AUS</DestinationAirportId><IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee><OriginServiceArea>A1</OriginServiceArea><DestinationServiceArea>AM</DestinationServiceArea><SignatureOption>SERVICE_DEFAULT</SignatureOption><ActualRateType>PAYOR_ACCOUNT_PACKAGE</ActualRateType><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>44.63</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>PAYOR_ACCOUNT_PACKAGE</RateType><RateScale>1</RateScale><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>194</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>4.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>4.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>31.25</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>31.25</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.63</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>41.88</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>41.88</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.63</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><EffectiveNetDiscount><Currency>USD</Currency><Amount>44.63</Amount></EffectiveNetDiscount><PackageRateDetail><RateType>PAYOR_ACCOUNT_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>4.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>4.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>31.25</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>31.25</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.63</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>41.88</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>41.88</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.63</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>44.63</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>RATED_ACCOUNT_PACKAGE</RateType><RateScale>1</RateScale><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>194</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>4.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>4.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>31.25</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>31.25</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.63</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>41.88</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>41.88</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.63</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><EffectiveNetDiscount><Currency>USD</Currency><Amount>44.63</Amount></EffectiveNetDiscount><PackageRateDetail><RateType>RATED_ACCOUNT_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>4.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>4.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>31.25</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>31.25</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.63</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>41.88</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>41.88</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.63</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>PAYOR_LIST_PACKAGE</RateType><RateScale>1574</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>166</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>5.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>5.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>72.0</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>72.0</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>14.51</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>86.51</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>86.51</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>7.51</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><PackageRateDetail><RateType>PAYOR_LIST_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>5.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>5.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>72.0</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>72.0</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>14.51</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>86.51</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>86.51</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>7.51</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>RATED_LIST_PACKAGE</RateType><RateScale>1574</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>166</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>5.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>5.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>72.0</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>72.0</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>14.51</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>86.51</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>86.51</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>7.51</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><PackageRateDetail><RateType>RATED_LIST_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>5.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>5.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>72.0</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>72.0</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>14.51</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>86.51</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>86.51</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>7.51</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails></RateReplyDetails><RateReplyDetails><ServiceType>STANDARD_OVERNIGHT</ServiceType><PackagingType>YOUR_PACKAGING</PackagingType><DeliveryStation>ACTA </DeliveryStation><DeliveryDayOfWeek>FRI</DeliveryDayOfWeek><DeliveryTimestamp>2014-09-26T20:00:00</DeliveryTimestamp><CommitDetails><ServiceType>STANDARD_OVERNIGHT</ServiceType><CommitTimestamp>2014-09-26T20:00:00</CommitTimestamp><DayOfWeek>FRI</DayOfWeek><DestinationServiceArea>AM</DestinationServiceArea><BrokerToDestinationDays>0</BrokerToDestinationDays><DocumentContent>NON_DOCUMENTS</DocumentContent></CommitDetails><DestinationAirportId>AUS</DestinationAirportId><IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee><OriginServiceArea>A1</OriginServiceArea><DestinationServiceArea>AM</DestinationServiceArea><SignatureOption>SERVICE_DEFAULT</SignatureOption><ActualRateType>PAYOR_ACCOUNT_PACKAGE</ActualRateType><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>4.71</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>PAYOR_ACCOUNT_PACKAGE</RateType><RateScale>1371</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>194</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>4.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>4.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>64.55</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>64.55</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>13.8</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>78.35</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>78.35</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>6.8</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><EffectiveNetDiscount><Currency>USD</Currency><Amount>4.71</Amount></EffectiveNetDiscount><PackageRateDetail><RateType>PAYOR_ACCOUNT_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>4.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>4.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>64.55</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>64.55</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>13.8</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>78.35</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>78.35</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>6.8</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>4.71</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>RATED_ACCOUNT_PACKAGE</RateType><RateScale>1371</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>194</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>4.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>4.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>64.55</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>64.55</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>13.8</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>78.35</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>78.35</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>6.8</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><EffectiveNetDiscount><Currency>USD</Currency><Amount>4.71</Amount></EffectiveNetDiscount><PackageRateDetail><RateType>RATED_ACCOUNT_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>4.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>4.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>64.55</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>64.55</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>13.8</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>78.35</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>78.35</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>6.8</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>PAYOR_LIST_PACKAGE</RateType><RateScale>1371</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>166</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>5.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>5.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>68.85</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>68.85</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>14.21</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>83.06</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>83.06</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>7.21</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><PackageRateDetail><RateType>PAYOR_LIST_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>5.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>5.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>68.85</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>68.85</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>14.21</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>83.06</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>83.06</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>7.21</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>RATED_LIST_PACKAGE</RateType><RateScale>1371</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>166</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>5.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>5.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>68.85</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>68.85</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>14.21</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>83.06</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>83.06</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>7.21</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><PackageRateDetail><RateType>RATED_LIST_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>5.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>5.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>68.85</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>68.85</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>14.21</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>83.06</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>83.06</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>7.21</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails></RateReplyDetails><RateReplyDetails><ServiceType>FEDEX_2_DAY_AM</ServiceType><PackagingType>YOUR_PACKAGING</PackagingType><DeliveryStation>ACTA </DeliveryStation><DeliveryDayOfWeek>MON</DeliveryDayOfWeek><DeliveryTimestamp>2014-09-29T12:00:00</DeliveryTimestamp><CommitDetails><ServiceType>FEDEX_2_DAY_AM</ServiceType><CommitTimestamp>2014-09-29T12:00:00</CommitTimestamp><DayOfWeek>MON</DayOfWeek><DestinationServiceArea>AM</DestinationServiceArea><BrokerToDestinationDays>0</BrokerToDestinationDays><DocumentContent>NON_DOCUMENTS</DocumentContent></CommitDetails><DestinationAirportId>AUS</DestinationAirportId><IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee><OriginServiceArea>A1</OriginServiceArea><DestinationServiceArea>AM</DestinationServiceArea><SignatureOption>SERVICE_DEFAULT</SignatureOption><ActualRateType>PAYOR_ACCOUNT_PACKAGE</ActualRateType><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>4.42</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>PAYOR_ACCOUNT_PACKAGE</RateType><RateScale>12</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>194</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>4.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>4.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>34.73</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>34.73</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.96</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>45.69</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>45.69</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.96</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><EffectiveNetDiscount><Currency>USD</Currency><Amount>4.42</Amount></EffectiveNetDiscount><PackageRateDetail><RateType>PAYOR_ACCOUNT_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>4.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>4.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>34.73</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>34.73</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.96</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>45.69</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>45.69</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.96</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>4.42</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>RATED_ACCOUNT_PACKAGE</RateType><RateScale>12</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>194</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>4.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>4.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>34.73</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>34.73</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.96</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>45.69</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>45.69</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.96</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><EffectiveNetDiscount><Currency>USD</Currency><Amount>4.42</Amount></EffectiveNetDiscount><PackageRateDetail><RateType>RATED_ACCOUNT_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>4.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>4.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>34.73</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>34.73</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.96</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>45.69</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>45.69</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.96</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>PAYOR_LIST_PACKAGE</RateType><RateScale>12</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>166</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>5.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>5.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>38.76</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>38.76</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>11.35</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>50.11</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>50.11</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>4.35</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><PackageRateDetail><RateType>PAYOR_LIST_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>5.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>5.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>38.76</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>38.76</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>11.35</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>50.11</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>50.11</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>4.35</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>RATED_LIST_PACKAGE</RateType><RateScale>12</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>166</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>5.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>5.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>38.76</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>38.76</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>11.35</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>50.11</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>50.11</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>4.35</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><PackageRateDetail><RateType>RATED_LIST_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>5.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>5.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>38.76</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>38.76</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>11.35</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>50.11</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>50.11</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>4.35</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails></RateReplyDetails><RateReplyDetails><ServiceType>FEDEX_2_DAY</ServiceType><PackagingType>YOUR_PACKAGING</PackagingType><DeliveryStation>ACTA </DeliveryStation><DeliveryDayOfWeek>MON</DeliveryDayOfWeek><DeliveryTimestamp>2014-09-29T20:00:00</DeliveryTimestamp><CommitDetails><ServiceType>FEDEX_2_DAY</ServiceType><CommitTimestamp>2014-09-29T20:00:00</CommitTimestamp><DayOfWeek>MON</DayOfWeek><DestinationServiceArea>AM</DestinationServiceArea><BrokerToDestinationDays>0</BrokerToDestinationDays><DocumentContent>NON_DOCUMENTS</DocumentContent></CommitDetails><DestinationAirportId>AUS</DestinationAirportId><IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee><OriginServiceArea>A1</OriginServiceArea><DestinationServiceArea>AM</DestinationServiceArea><SignatureOption>SERVICE_DEFAULT</SignatureOption><ActualRateType>PAYOR_ACCOUNT_PACKAGE</ActualRateType><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>3.84</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>PAYOR_ACCOUNT_PACKAGE</RateType><RateScale>6068</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>194</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>4.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>4.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>30.2</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>30.2</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.53</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>40.73</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>40.73</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.53</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><EffectiveNetDiscount><Currency>USD</Currency><Amount>3.84</Amount></EffectiveNetDiscount><PackageRateDetail><RateType>PAYOR_ACCOUNT_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>4.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>4.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>30.2</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>30.2</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.53</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>40.73</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>40.73</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.53</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>3.84</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>RATED_ACCOUNT_PACKAGE</RateType><RateScale>6068</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>194</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>4.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>4.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>30.2</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>30.2</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.53</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>40.73</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>40.73</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.53</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><EffectiveNetDiscount><Currency>USD</Currency><Amount>3.84</Amount></EffectiveNetDiscount><PackageRateDetail><RateType>RATED_ACCOUNT_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>4.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>4.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>30.2</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>30.2</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.53</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>40.73</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>40.73</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.53</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>PAYOR_LIST_PACKAGE</RateType><RateScale>6068</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>166</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>5.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>5.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>33.7</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>33.7</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.87</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>44.57</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>44.57</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.87</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><PackageRateDetail><RateType>PAYOR_LIST_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>5.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>5.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>33.7</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>33.7</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.87</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>44.57</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>44.57</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.87</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>RATED_LIST_PACKAGE</RateType><RateScale>6068</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>166</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>5.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>5.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>33.7</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>33.7</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.87</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>44.57</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>44.57</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.87</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><PackageRateDetail><RateType>RATED_LIST_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>5.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>5.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>33.7</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>33.7</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>10.87</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>44.57</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>44.57</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>3.87</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails></RateReplyDetails><RateReplyDetails><ServiceType>FEDEX_EXPRESS_SAVER</ServiceType><PackagingType>YOUR_PACKAGING</PackagingType><DeliveryStation>ACTA </DeliveryStation><DeliveryDayOfWeek>TUE</DeliveryDayOfWeek><DeliveryTimestamp>2014-09-30T20:00:00</DeliveryTimestamp><CommitDetails><ServiceType>FEDEX_EXPRESS_SAVER</ServiceType><CommitTimestamp>2014-09-30T20:00:00</CommitTimestamp><DayOfWeek>TUE</DayOfWeek><DestinationServiceArea>AM</DestinationServiceArea><BrokerToDestinationDays>0</BrokerToDestinationDays><DocumentContent>NON_DOCUMENTS</DocumentContent></CommitDetails><DestinationAirportId>AUS</DestinationAirportId><IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee><OriginServiceArea>A1</OriginServiceArea><DestinationServiceArea>AM</DestinationServiceArea><SignatureOption>SERVICE_DEFAULT</SignatureOption><ActualRateType>PAYOR_ACCOUNT_PACKAGE</ActualRateType><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>3.01</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>PAYOR_ACCOUNT_PACKAGE</RateType><RateScale>7175</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>194</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>4.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>4.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>20.3</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>20.3</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>9.59</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>29.89</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>29.89</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>2.59</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><EffectiveNetDiscount><Currency>USD</Currency><Amount>3.01</Amount></EffectiveNetDiscount><PackageRateDetail><RateType>PAYOR_ACCOUNT_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>4.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>4.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>20.3</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>20.3</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>9.59</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>29.89</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>29.89</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>2.59</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>3.01</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>RATED_ACCOUNT_PACKAGE</RateType><RateScale>7175</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>194</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>4.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>4.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>20.3</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>20.3</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>9.59</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>29.89</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>29.89</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>2.59</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><EffectiveNetDiscount><Currency>USD</Currency><Amount>3.01</Amount></EffectiveNetDiscount><PackageRateDetail><RateType>RATED_ACCOUNT_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>4.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>4.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>20.3</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>20.3</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>9.59</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>29.89</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>29.89</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>2.59</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>PAYOR_LIST_PACKAGE</RateType><RateScale>7175</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>166</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>5.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>5.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>23.05</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>23.05</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>9.85</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>32.9</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>32.9</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>2.85</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><PackageRateDetail><RateType>PAYOR_LIST_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>5.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>5.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>23.05</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>23.05</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>9.85</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>32.9</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>32.9</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>2.85</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>RATED_LIST_PACKAGE</RateType><RateScale>7175</RateScale><RateZone>6</RateZone><PricingCode>PACKAGE</PricingCode><RatedWeightMethod>DIM</RatedWeightMethod><DimDivisor>166</DimDivisor><FuelSurchargePercent>9.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>5.0</Value></TotalBillingWeight><TotalDimWeight><Units>LB</Units><Value>5.0</Value></TotalDimWeight><TotalBaseCharge><Currency>USD</Currency><Amount>23.05</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>23.05</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>9.85</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>32.9</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>32.9</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>2.85</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><PackageRateDetail><RateType>RATED_LIST_PACKAGE</RateType><RatedWeightMethod>DIM</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>5.0</Value></BillingWeight><DimWeight><Units>LB</Units><Value>5.0</Value></DimWeight><BaseCharge><Currency>USD</Currency><Amount>23.05</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>23.05</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>9.85</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>32.9</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>32.9</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Description>Residential delivery</Description><Amount><Currency>USD</Currency><Amount>3.35</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.65</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>2.85</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails></RateReplyDetails><RateReplyDetails><ServiceType>GROUND_HOME_DELIVERY</ServiceType><PackagingType>YOUR_PACKAGING</PackagingType><DeliveryStation>ACTA </DeliveryStation><CommitDetails><ServiceType>GROUND_HOME_DELIVERY</ServiceType><TransitTime>THREE_DAYS</TransitTime><BrokerToDestinationDays>0</BrokerToDestinationDays></CommitDetails><DestinationAirportId>AUS</DestinationAirportId><IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee><OriginServiceArea>A1</OriginServiceArea><DestinationServiceArea>AM</DestinationServiceArea><TransitTime>THREE_DAYS</TransitTime><SignatureOption>SERVICE_DEFAULT</SignatureOption><ActualRateType>PAYOR_ACCOUNT_PACKAGE</ActualRateType><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>0.0</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>PAYOR_ACCOUNT_PACKAGE</RateType><RateZone>6</RateZone><RatedWeightMethod>ACTUAL</RatedWeightMethod><DimDivisor>0</DimDivisor><FuelSurchargePercent>6.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>3.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>9.01</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>9.01</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>7.54</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>16.55</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>16.55</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Level>PACKAGE</Level><Description>FedEx Home Delivery Urban/Rural Charge</Description><Amount><Currency>USD</Currency><Amount>2.9</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Level>PACKAGE</Level><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.62</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Level>PACKAGE</Level><Description>FedEx Ground Fuel</Description><Amount><Currency>USD</Currency><Amount>1.02</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><EffectiveNetDiscount><Currency>USD</Currency><Amount>0.0</Amount></EffectiveNetDiscount><PackageRateDetail><RateType>PAYOR_ACCOUNT_PACKAGE</RateType><RatedWeightMethod>ACTUAL</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>3.0</Value></BillingWeight><BaseCharge><Currency>USD</Currency><Amount>9.01</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>9.01</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>7.54</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>16.55</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>16.55</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Level>PACKAGE</Level><Description>FedEx Home Delivery Urban/Rural Charge</Description><Amount><Currency>USD</Currency><Amount>2.9</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Level>PACKAGE</Level><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.62</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Level>PACKAGE</Level><Description>FedEx Ground Fuel</Description><Amount><Currency>USD</Currency><Amount>1.02</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>PAYOR_LIST_PACKAGE</RateType><RateZone>6</RateZone><RatedWeightMethod>ACTUAL</RatedWeightMethod><DimDivisor>0</DimDivisor><FuelSurchargePercent>6.5</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>3.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>9.01</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>9.01</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>7.54</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>16.55</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>16.55</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Level>PACKAGE</Level><Description>FedEx Home Delivery Urban/Rural Charge</Description><Amount><Currency>USD</Currency><Amount>2.9</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Level>PACKAGE</Level><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.62</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Level>PACKAGE</Level><Description>FedEx Ground Fuel</Description><Amount><Currency>USD</Currency><Amount>1.02</Amount></Amount></Surcharges></ShipmentRateDetail><RatedPackages><GroupNumber>0</GroupNumber><PackageRateDetail><RateType>PAYOR_LIST_PACKAGE</RateType><RatedWeightMethod>ACTUAL</RatedWeightMethod><BillingWeight><Units>LB</Units><Value>3.0</Value></BillingWeight><BaseCharge><Currency>USD</Currency><Amount>9.01</Amount></BaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><NetFreight><Currency>USD</Currency><Amount>9.01</Amount></NetFreight><TotalSurcharges><Currency>USD</Currency><Amount>7.54</Amount></TotalSurcharges><NetFedExCharge><Currency>USD</Currency><Amount>16.55</Amount></NetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><NetCharge><Currency>USD</Currency><Amount>16.55</Amount></NetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>RESIDENTIAL_DELIVERY</SurchargeType><Level>PACKAGE</Level><Description>FedEx Home Delivery Urban/Rural Charge</Description><Amount><Currency>USD</Currency><Amount>2.9</Amount></Amount></Surcharges><Surcharges><SurchargeType>DELIVERY_AREA</SurchargeType><Level>PACKAGE</Level><Description>Delivery Area Surcharge Extended Residential</Description><Amount><Currency>USD</Currency><Amount>3.62</Amount></Amount></Surcharges><Surcharges><SurchargeType>FUEL</SurchargeType><Level>PACKAGE</Level><Description>FedEx Ground Fuel</Description><Amount><Currency>USD</Currency><Amount>1.02</Amount></Amount></Surcharges></PackageRateDetail></RatedPackages></RatedShipmentDetails></RateReplyDetails></RateReply></SOAP-ENV:Body></SOAP-ENV:Envelope>';
return $response;
}
}