Deprecated API


Contents
Deprecated Methods
com.google.checkout.notification.NewOrderNotification.getAdjustmentTotal()
          Use getOrderAdjustment().getAdjustmentTotal(); 
com.google.checkout.notification.RiskInformationNotification.getAvsResponse()
          Use getRiskInfo().getAvsResponse() 
com.google.checkout.notification.RiskInformationNotification.getBillingAddress()
          Use getRiskInfo().getBillingAddress() 
com.google.checkout.notification.RiskInformationNotification.getBuyerAccountAge()
          getRiskInfo().getBuyerAccountAge() 
com.google.checkout.merchantcalculation.MerchantCalculationCallback.getCartExpiration()
          Use getShoppingCart().getCartExpiration() 
com.google.checkout.notification.NewOrderNotification.getCartExpiration()
          Use getShoppingCart().getCartExpiration() 
com.google.checkout.notification.RiskInformationNotification.getCvnResponse()
          Use getRiskInfo().getCvsResponse() 
com.google.checkout.notification.CheckoutNotification.getGoogleOrderNo()
          User getGoogleOrderNumber() 
com.google.checkout.orderprocessing.AbstractOrderProcessingRequest.getGoogleOrderNo()
          Use getGoogleOrderNumber(). 
com.google.checkout.notification.RiskInformationNotification.getIpAddress()
          getRiskInfo().getIpAddress() 
com.google.checkout.merchantcalculation.MerchantCalculationCallback.getItems()
          Use getShoppingCart().getItems() 
com.google.checkout.notification.NewOrderNotification.getItems()
          Use getShoppingCart().getItems() 
com.google.checkout.notification.NewOrderNotification.getMerchantCodes()
          Use getOrderAdjustment().getMerchantCodes() 
com.google.checkout.orderprocessing.AddMerchantOrderNumberRequest.getMerchantOrderNo()
          Use getMerchantOrderNumber 
com.google.checkout.merchantcalculation.MerchantCalculationCallback.getMerchantPrivateDataNodes()
          Use getShoppingCart().getMerchantPrivateDataNodes() 
com.google.checkout.notification.NewOrderNotification.getMerchantPrivateDataNodes()
          Use getShoppingCart().getMerchantPrivateDataNodes() 
com.google.checkout.notification.RiskInformationNotification.getPartialCcNumber()
          Use getRiskInfo().getPartialCcNumber() 
com.google.checkout.notification.NewOrderNotification.getShipping()
          Use getOrderAdjustment().getShipping() 
com.google.checkout.notification.NewOrderNotification.getTotalTax()
          Use getOrderAdjustment().getTotalTax(); 
com.google.checkout.orderprocessing.DeliverOrderRequest.getTrackingNo()
          Use getTrackingNumber() 
com.google.checkout.orderprocessing.AddTrackingDataRequest.getTrackingNo()
          Use getTrackingNumber() 
com.google.checkout.notification.RiskInformationNotification.isEligibleForProtection()
          Use getRiskInfo().isEligibleForProtection() 
com.google.checkout.notification.NewOrderNotification.isMarketingEmailAllowed()
          Use getBuyerMarketingPreferences().isMarketingEmailAllowed() 
com.google.checkout.notification.NewOrderNotification.isMerchantCalculationSuccessful()
          Use getOrderAdjustment().isMerchantCalculationSuccessful() 
com.google.checkout.orderprocessing.AbstractOrderProcessingRequest.setGoogleOrderNo(String)
          Use setGoogleOrderNumber(). 
com.google.checkout.orderprocessing.AddMerchantOrderNumberRequest.setMerchantOrderNo(String)
          Use setMerchantOrderNumber 
com.google.checkout.orderprocessing.DeliverOrderRequest.setTrackingNo(String)
          Use setTrackingNumber() 
com.google.checkout.orderprocessing.AddTrackingDataRequest.setTrackingNo(String)
          Use setTrackingNumber()