Cart
The following XML will depend on the contents of the cart:
<cart>
<cartId></cartId>
<customers>
<customer></customer>
</customers>
<activities/>
<products/>
<transactions/>
<remainingBalance>
<balance></balance>
</remainingBalance>
<cartTotals>
<bookingNumber></bookingNumber>
<modifyBookingNumber></modifyBookingNumber>
<activityTotal>$0.00</activityTotal>
<activityTax>$0.00</activityTax>
<productTotal>$0.00</productTotal>
<productTax>$0.00</productTax>
<packageTotal>$0.00</packageTotal>
<activitySurplusFees>$0.00</activitySurplusFees>
<surchargeTotal>$0.00</surchargeTotal>
<perPersonTax>$0.00</perPersonTax>
<total>$0.00</total>
<tax>$0.00</tax>
<totalIncludingTax>$0.00</totalIncludingTax>
</cartTotals>
{CURRENCIES NODE}
</cart>
Last updated