Copy the {@param params} map and recursively remove null and empty values. The Stripe API requires that parameters with null values are removed from requests.
a Map from which to remove the keys that have null values
null