getReturnPolicy

Method Signature String getReturnPolicy();
Description
Returns the configured return policy for a given cart. This should be displayed to the customer somewhere during the checkout process. Since the return policy can be configured on a per screen branding level it is important to make sure the screenBrandingThemeCode is set on the cart object to the proper theme. By default a new Cart will have the default screen branding theme so that is the return policy that will be returned when this function is called.
Parameters None – the global cart variable is automatically submitted with this call.
Result String – the return policy for the given cart.