@@ -99,7 +99,7 @@ def openapi_types():
99
99
'line_number' : (int ,), # noqa: E501
100
100
'plan_name' : (str ,), # noqa: E501
101
101
'plan_no' : (float ,), # noqa: E501
102
- 'rate_per_unit' : (float ,), # noqa: E501
102
+ 'rate_per_unit' : (float , none_type , ), # noqa: E501
103
103
'rate_schedule_no' : (float , none_type ,), # noqa: E501
104
104
'rate_schedule_tier_no' : (float , none_type ,), # noqa: E501
105
105
'service_name' : (str ,), # noqa: E501
@@ -192,7 +192,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
192
192
line_number (int): [optional] # noqa: E501
193
193
plan_name (str): [optional] # noqa: E501
194
194
plan_no (float): [optional] # noqa: E501
195
- rate_per_unit (float): [optional] # noqa: E501
195
+ rate_per_unit (float, none_type ): [optional] # noqa: E501
196
196
rate_schedule_no (float, none_type): [optional] # noqa: E501
197
197
rate_schedule_tier_no (float, none_type): [optional] # noqa: E501
198
198
service_name (str): [optional] # noqa: E501
@@ -311,7 +311,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
311
311
line_number (int): [optional] # noqa: E501
312
312
plan_name (str): [optional] # noqa: E501
313
313
plan_no (float): [optional] # noqa: E501
314
- rate_per_unit (float): [optional] # noqa: E501
314
+ rate_per_unit (float, none_type ): [optional] # noqa: E501
315
315
rate_schedule_no (float, none_type): [optional] # noqa: E501
316
316
rate_schedule_tier_no (float, none_type): [optional] # noqa: E501
317
317
service_name (str): [optional] # noqa: E501
0 commit comments