for (int i = 0; i < alterTaxTableList.size(); i++) {
aTaxList.add(alterTaxTableList.get(i));
}
}
TaxTables taxTables = _objectFact.createTaxTables();
taxTables.setDefaultTaxTable(defaultTaxTable);
taxTables.setAlternateTaxTables(aTables);
MerchantCheckoutFlowSupport mChkoutSupport
= _objectFact.createMerchantCheckoutFlowSupport();
mChkoutSupport.setContinueShoppingUrl(continueShoppingUrl);
mChkoutSupport.setEditCartUrl(editCartUrl);