public static interface ApiRequestParams.EnumParam
Interface implemented by all enum parameter to get the actual string value that Stripe API
expects. Internally, it used in custom serialization ApiRequestParamsConverter
converting empty string enum to null.