10
10
Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
"""
12
12
13
-
14
13
from __future__ import absolute_import
15
14
16
15
import sys
@@ -189,7 +188,7 @@ def get_customer_payment_instrument(self, customer_id, payment_instrument_id, **
189
188
:param str customer_id: The Id of a Customer. (required)
190
189
:param str payment_instrument_id: The Id of a payment instrument. (required)
191
190
:param str profile_id: The Id of a profile containing user specific TMS configuration.
192
- :return: Tmsv2customersEmbeddedDefaultPaymentInstrument
191
+ :return: PostCustomerPaymentInstrumentRequest
193
192
If the method is called asynchronously,
194
193
returns the request thread.
195
194
"""
@@ -221,7 +220,7 @@ def get_customer_payment_instrument_with_http_info(self, customer_id, payment_in
221
220
:param str customer_id: The Id of a Customer. (required)
222
221
:param str payment_instrument_id: The Id of a payment instrument. (required)
223
222
:param str profile_id: The Id of a profile containing user specific TMS configuration.
224
- :return: Tmsv2customersEmbeddedDefaultPaymentInstrument
223
+ :return: PostCustomerPaymentInstrumentRequest
225
224
If the method is called asynchronously,
226
225
returns the request thread.
227
226
"""
@@ -291,7 +290,7 @@ def get_customer_payment_instrument_with_http_info(self, customer_id, payment_in
291
290
body = body_params ,
292
291
post_params = form_params ,
293
292
files = local_var_files ,
294
- response_type = 'Tmsv2customersEmbeddedDefaultPaymentInstrument ' ,
293
+ response_type = 'PostCustomerPaymentInstrumentRequest ' ,
295
294
auth_settings = auth_settings ,
296
295
callback = params .get ('callback' ),
297
296
_return_http_data_only = params .get ('_return_http_data_only' ),
@@ -443,7 +442,7 @@ def patch_customers_payment_instrument(self, customer_id, payment_instrument_id,
443
442
:param PatchCustomerPaymentInstrumentRequest patch_customer_payment_instrument_request: (required)
444
443
:param str profile_id: The Id of a profile containing user specific TMS configuration.
445
444
:param str if_match: Contains an ETag value from a GET request to make the request conditional.
446
- :return: Tmsv2customersEmbeddedDefaultPaymentInstrument
445
+ :return: PatchCustomerPaymentInstrumentRequest
447
446
If the method is called asynchronously,
448
447
returns the request thread.
449
448
"""
@@ -477,7 +476,7 @@ def patch_customers_payment_instrument_with_http_info(self, customer_id, payment
477
476
:param PatchCustomerPaymentInstrumentRequest patch_customer_payment_instrument_request: (required)
478
477
:param str profile_id: The Id of a profile containing user specific TMS configuration.
479
478
:param str if_match: Contains an ETag value from a GET request to make the request conditional.
480
- :return: Tmsv2customersEmbeddedDefaultPaymentInstrument
479
+ :return: PatchCustomerPaymentInstrumentRequest
481
480
If the method is called asynchronously,
482
481
returns the request thread.
483
482
"""
@@ -557,7 +556,7 @@ def patch_customers_payment_instrument_with_http_info(self, customer_id, payment
557
556
body = body_params ,
558
557
post_params = form_params ,
559
558
files = local_var_files ,
560
- response_type = 'Tmsv2customersEmbeddedDefaultPaymentInstrument ' ,
559
+ response_type = 'PatchCustomerPaymentInstrumentRequest ' ,
561
560
auth_settings = auth_settings ,
562
561
callback = params .get ('callback' ),
563
562
_return_http_data_only = params .get ('_return_http_data_only' ),
@@ -582,7 +581,7 @@ def post_customer_payment_instrument(self, customer_id, post_customer_payment_in
582
581
:param str customer_id: The Id of a Customer. (required)
583
582
:param PostCustomerPaymentInstrumentRequest post_customer_payment_instrument_request: (required)
584
583
:param str profile_id: The Id of a profile containing user specific TMS configuration.
585
- :return: Tmsv2customersEmbeddedDefaultPaymentInstrument
584
+ :return: PostCustomerPaymentInstrumentRequest
586
585
If the method is called asynchronously,
587
586
returns the request thread.
588
587
"""
@@ -614,7 +613,7 @@ def post_customer_payment_instrument_with_http_info(self, customer_id, post_cust
614
613
:param str customer_id: The Id of a Customer. (required)
615
614
:param PostCustomerPaymentInstrumentRequest post_customer_payment_instrument_request: (required)
616
615
:param str profile_id: The Id of a profile containing user specific TMS configuration.
617
- :return: Tmsv2customersEmbeddedDefaultPaymentInstrument
616
+ :return: PostCustomerPaymentInstrumentRequest
618
617
If the method is called asynchronously,
619
618
returns the request thread.
620
619
"""
@@ -684,7 +683,7 @@ def post_customer_payment_instrument_with_http_info(self, customer_id, post_cust
684
683
body = body_params ,
685
684
post_params = form_params ,
686
685
files = local_var_files ,
687
- response_type = 'Tmsv2customersEmbeddedDefaultPaymentInstrument ' ,
686
+ response_type = 'PostCustomerPaymentInstrumentRequest ' ,
688
687
auth_settings = auth_settings ,
689
688
callback = params .get ('callback' ),
690
689
_return_http_data_only = params .get ('_return_http_data_only' ),
0 commit comments