@@ -59,6 +59,10 @@ class EstimatesApi(object):
59
59
"number_of_nights" ,
60
60
"number_of_rooms" ,
61
61
"vintage_year" ,
62
+ "total_price" ,
63
+ "currency" ,
64
+ "amount" ,
65
+ "unit" ,
62
66
]
63
67
64
68
def __init__ (self , api_client = None ):
@@ -158,6 +162,10 @@ def create_bitcoin_estimate_with_http_info(
158
162
all_params .append ("number_of_nights" )
159
163
all_params .append ("number_of_rooms" )
160
164
all_params .append ("vintage_year" )
165
+ all_params .append ("total_price" )
166
+ all_params .append ("currency" )
167
+ all_params .append ("amount" )
168
+ all_params .append ("unit" )
161
169
162
170
for key , val in six .iteritems (local_var_params ["kwargs" ]):
163
171
if key not in all_params :
@@ -328,6 +336,10 @@ def create_ethereum_estimate_with_http_info(
328
336
all_params .append ("number_of_nights" )
329
337
all_params .append ("number_of_rooms" )
330
338
all_params .append ("vintage_year" )
339
+ all_params .append ("total_price" )
340
+ all_params .append ("currency" )
341
+ all_params .append ("amount" )
342
+ all_params .append ("unit" )
331
343
332
344
for key , val in six .iteritems (local_var_params ["kwargs" ]):
333
345
if key not in all_params :
@@ -498,6 +510,10 @@ def create_flight_estimate_with_http_info(
498
510
all_params .append ("number_of_nights" )
499
511
all_params .append ("number_of_rooms" )
500
512
all_params .append ("vintage_year" )
513
+ all_params .append ("total_price" )
514
+ all_params .append ("currency" )
515
+ all_params .append ("amount" )
516
+ all_params .append ("unit" )
501
517
502
518
for key , val in six .iteritems (local_var_params ["kwargs" ]):
503
519
if key not in all_params :
@@ -668,6 +684,10 @@ def create_hotel_estimate_with_http_info(
668
684
all_params .append ("number_of_nights" )
669
685
all_params .append ("number_of_rooms" )
670
686
all_params .append ("vintage_year" )
687
+ all_params .append ("total_price" )
688
+ all_params .append ("currency" )
689
+ all_params .append ("amount" )
690
+ all_params .append ("unit" )
671
691
672
692
for key , val in six .iteritems (local_var_params ["kwargs" ]):
673
693
if key not in all_params :
@@ -838,6 +858,10 @@ def create_mass_estimate_with_http_info(
838
858
all_params .append ("number_of_nights" )
839
859
all_params .append ("number_of_rooms" )
840
860
all_params .append ("vintage_year" )
861
+ all_params .append ("total_price" )
862
+ all_params .append ("currency" )
863
+ all_params .append ("amount" )
864
+ all_params .append ("unit" )
841
865
842
866
for key , val in six .iteritems (local_var_params ["kwargs" ]):
843
867
if key not in all_params :
@@ -1008,6 +1032,10 @@ def create_shipping_estimate_with_http_info(
1008
1032
all_params .append ("number_of_nights" )
1009
1033
all_params .append ("number_of_rooms" )
1010
1034
all_params .append ("vintage_year" )
1035
+ all_params .append ("total_price" )
1036
+ all_params .append ("currency" )
1037
+ all_params .append ("amount" )
1038
+ all_params .append ("unit" )
1011
1039
1012
1040
for key , val in six .iteritems (local_var_params ["kwargs" ]):
1013
1041
if key not in all_params :
@@ -1178,6 +1206,10 @@ def create_vehicle_estimate_with_http_info(
1178
1206
all_params .append ("number_of_nights" )
1179
1207
all_params .append ("number_of_rooms" )
1180
1208
all_params .append ("vintage_year" )
1209
+ all_params .append ("total_price" )
1210
+ all_params .append ("currency" )
1211
+ all_params .append ("amount" )
1212
+ all_params .append ("unit" )
1181
1213
1182
1214
for key , val in six .iteritems (local_var_params ["kwargs" ]):
1183
1215
if key not in all_params :
@@ -1342,6 +1374,10 @@ def retrieve_estimate_with_http_info(self, id, **kwargs): # noqa: E501
1342
1374
all_params .append ("number_of_nights" )
1343
1375
all_params .append ("number_of_rooms" )
1344
1376
all_params .append ("vintage_year" )
1377
+ all_params .append ("total_price" )
1378
+ all_params .append ("currency" )
1379
+ all_params .append ("amount" )
1380
+ all_params .append ("unit" )
1345
1381
1346
1382
for key , val in six .iteritems (local_var_params ["kwargs" ]):
1347
1383
if key not in all_params :
@@ -1496,6 +1532,10 @@ def retrieve_estimates_with_http_info(self, **kwargs): # noqa: E501
1496
1532
all_params .append ("number_of_nights" )
1497
1533
all_params .append ("number_of_rooms" )
1498
1534
all_params .append ("vintage_year" )
1535
+ all_params .append ("total_price" )
1536
+ all_params .append ("currency" )
1537
+ all_params .append ("amount" )
1538
+ all_params .append ("unit" )
1499
1539
1500
1540
for key , val in six .iteritems (local_var_params ["kwargs" ]):
1501
1541
if key not in all_params :
0 commit comments