22
22
23
23
Kill Bill is an open-source billing and payments platform # noqa: E501
24
24
25
- OpenAPI spec version: 0.19.15 -SNAPSHOT
25
+ OpenAPI spec version: 0.19.16 -SNAPSHOT
26
26
27
27
Generated by: https://github.com/swagger-api/swagger-codegen.git
28
28
"""
@@ -310,6 +310,7 @@ def get_available_addons(self, api_key=None, api_secret=None, **kwargs): # noqa
310
310
:param Str api_secret: (required)
311
311
:param Str base_product_name:
312
312
:param Str price_list_name:
313
+ :param Str account_id:
313
314
:return: List[PlanDetail]
314
315
If the method is called asynchronously,
315
316
returns the request thread.
@@ -335,12 +336,13 @@ def get_available_addons_with_http_info(self, api_key=None, api_secret=None, **k
335
336
:param Str api_secret: (required)
336
337
:param Str base_product_name:
337
338
:param Str price_list_name:
339
+ :param Str account_id:
338
340
:return: List[PlanDetail]
339
341
If the method is called asynchronously,
340
342
returns the request thread.
341
343
"""
342
344
343
- all_params = ['api_key' , 'api_secret' , 'base_product_name' , 'price_list_name' ] # noqa: E501
345
+ all_params = ['api_key' , 'api_secret' , 'base_product_name' , 'price_list_name' , 'account_id' ] # noqa: E501
344
346
all_params .append ('async' )
345
347
all_params .append ('_return_http_data_only' )
346
348
all_params .append ('_preload_content' )
@@ -373,6 +375,8 @@ def get_available_addons_with_http_info(self, api_key=None, api_secret=None, **k
373
375
query_params .append (('baseProductName' , params ['base_product_name' ])) # noqa: E501
374
376
if 'price_list_name' in params :
375
377
query_params .append (('priceListName' , params ['price_list_name' ])) # noqa: E501
378
+ if 'account_id' in params :
379
+ query_params .append (('accountId' , params ['account_id' ])) # noqa: E501
376
380
377
381
header_params = {}
378
382
if 'api_key' in params :
@@ -419,6 +423,7 @@ def get_available_base_plans(self, api_key=None, api_secret=None, **kwargs): #
419
423
:param async bool
420
424
:param Str api_key: (required)
421
425
:param Str api_secret: (required)
426
+ :param Str account_id:
422
427
:return: List[PlanDetail]
423
428
If the method is called asynchronously,
424
429
returns the request thread.
@@ -442,12 +447,13 @@ def get_available_base_plans_with_http_info(self, api_key=None, api_secret=None,
442
447
:param async bool
443
448
:param Str api_key: (required)
444
449
:param Str api_secret: (required)
450
+ :param Str account_id:
445
451
:return: List[PlanDetail]
446
452
If the method is called asynchronously,
447
453
returns the request thread.
448
454
"""
449
455
450
- all_params = ['api_key' , 'api_secret' ] # noqa: E501
456
+ all_params = ['api_key' , 'api_secret' , 'account_id' ] # noqa: E501
451
457
all_params .append ('async' )
452
458
all_params .append ('_return_http_data_only' )
453
459
all_params .append ('_preload_content' )
@@ -476,6 +482,8 @@ def get_available_base_plans_with_http_info(self, api_key=None, api_secret=None,
476
482
path_params = {}
477
483
478
484
query_params = []
485
+ if 'account_id' in params :
486
+ query_params .append (('accountId' , params ['account_id' ])) # noqa: E501
479
487
480
488
header_params = {}
481
489
if 'api_key' in params :
@@ -523,6 +531,7 @@ def get_catalog_json(self, api_key=None, api_secret=None, **kwargs): # noqa: E5
523
531
:param Str api_key: (required)
524
532
:param Str api_secret: (required)
525
533
:param Datetime requested_date:
534
+ :param Str account_id:
526
535
:return: List[Catalog]
527
536
If the method is called asynchronously,
528
537
returns the request thread.
@@ -547,12 +556,13 @@ def get_catalog_json_with_http_info(self, api_key=None, api_secret=None, **kwarg
547
556
:param Str api_key: (required)
548
557
:param Str api_secret: (required)
549
558
:param Datetime requested_date:
559
+ :param Str account_id:
550
560
:return: List[Catalog]
551
561
If the method is called asynchronously,
552
562
returns the request thread.
553
563
"""
554
564
555
- all_params = ['api_key' , 'api_secret' , 'requested_date' ] # noqa: E501
565
+ all_params = ['api_key' , 'api_secret' , 'requested_date' , 'account_id' ] # noqa: E501
556
566
all_params .append ('async' )
557
567
all_params .append ('_return_http_data_only' )
558
568
all_params .append ('_preload_content' )
@@ -583,6 +593,8 @@ def get_catalog_json_with_http_info(self, api_key=None, api_secret=None, **kwarg
583
593
query_params = []
584
594
if 'requested_date' in params :
585
595
query_params .append (('requestedDate' , params ['requested_date' ])) # noqa: E501
596
+ if 'account_id' in params :
597
+ query_params .append (('accountId' , params ['account_id' ])) # noqa: E501
586
598
587
599
header_params = {}
588
600
if 'api_key' in params :
@@ -629,6 +641,7 @@ def get_catalog_versions(self, api_key=None, api_secret=None, **kwargs): # noqa
629
641
:param async bool
630
642
:param Str api_key: (required)
631
643
:param Str api_secret: (required)
644
+ :param Str account_id:
632
645
:return: List[Datetime]
633
646
If the method is called asynchronously,
634
647
returns the request thread.
@@ -652,12 +665,13 @@ def get_catalog_versions_with_http_info(self, api_key=None, api_secret=None, **k
652
665
:param async bool
653
666
:param Str api_key: (required)
654
667
:param Str api_secret: (required)
668
+ :param Str account_id:
655
669
:return: List[Datetime]
656
670
If the method is called asynchronously,
657
671
returns the request thread.
658
672
"""
659
673
660
- all_params = ['api_key' , 'api_secret' ] # noqa: E501
674
+ all_params = ['api_key' , 'api_secret' , 'account_id' ] # noqa: E501
661
675
all_params .append ('async' )
662
676
all_params .append ('_return_http_data_only' )
663
677
all_params .append ('_preload_content' )
@@ -686,6 +700,8 @@ def get_catalog_versions_with_http_info(self, api_key=None, api_secret=None, **k
686
700
path_params = {}
687
701
688
702
query_params = []
703
+ if 'account_id' in params :
704
+ query_params .append (('accountId' , params ['account_id' ])) # noqa: E501
689
705
690
706
header_params = {}
691
707
if 'api_key' in params :
@@ -733,6 +749,7 @@ def get_catalog_xml(self, api_key=None, api_secret=None, **kwargs): # noqa: E50
733
749
:param Str api_key: (required)
734
750
:param Str api_secret: (required)
735
751
:param Date requested_date:
752
+ :param Str account_id:
736
753
:return: Str
737
754
If the method is called asynchronously,
738
755
returns the request thread.
@@ -757,12 +774,13 @@ def get_catalog_xml_with_http_info(self, api_key=None, api_secret=None, **kwargs
757
774
:param Str api_key: (required)
758
775
:param Str api_secret: (required)
759
776
:param Date requested_date:
777
+ :param Str account_id:
760
778
:return: Str
761
779
If the method is called asynchronously,
762
780
returns the request thread.
763
781
"""
764
782
765
- all_params = ['api_key' , 'api_secret' , 'requested_date' ] # noqa: E501
783
+ all_params = ['api_key' , 'api_secret' , 'requested_date' , 'account_id' ] # noqa: E501
766
784
all_params .append ('async' )
767
785
all_params .append ('_return_http_data_only' )
768
786
all_params .append ('_preload_content' )
@@ -793,6 +811,8 @@ def get_catalog_xml_with_http_info(self, api_key=None, api_secret=None, **kwargs
793
811
query_params = []
794
812
if 'requested_date' in params :
795
813
query_params .append (('requestedDate' , params ['requested_date' ])) # noqa: E501
814
+ if 'account_id' in params :
815
+ query_params .append (('accountId' , params ['account_id' ])) # noqa: E501
796
816
797
817
header_params = {}
798
818
if 'api_key' in params :
0 commit comments