ultracart_api 3.4.0 → 3.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9786b13898c349136d94a39a4ac0c4b8d456d5cd921fee9f3cb944720ce643b1
4
- data.tar.gz: b2929833e5d3933811cf41ae655c5367399f5ab81e1040de8b91c17f6d60fbb8
3
+ metadata.gz: 030c57d9a092b07726cce3a702561c996ca7722cc1e4434f9647955fbe80fa24
4
+ data.tar.gz: 9354172fcd1a0c2be6dbe35dc6769900f8b82a9422e8a348b38dfece7e7bb491
5
5
  SHA512:
6
- metadata.gz: f6473445e5358a5dfbc7a01c74c41afb10625c5be4c36663d852205a3364a7c0ba70bc0c3f4d7f4fda4a675fe36710222ee1d341af6fb057eed26dfadf99fad2
7
- data.tar.gz: d38d9e0d1b69aec895b42dfb343cbdf1b1c5d5ff899f8328740f91f0255eedd1cbf4f632138203adad00f0fdf6f11a72c4c3fb4ed9b9f76a02f32b9467934f18
6
+ metadata.gz: fffcc180d93a131f3ddf22def0145233640e0884fad5af7368cce02541ba40c009dccb26937d24d98bccb95f75acc19096292dab6478a1a7ed6cf7237658b02b
7
+ data.tar.gz: 54f75010b193501bc1fe94593d98bf325bad9945e0ce2a08a7f8a97d75e76f76ae62f1839145e1f64abbee5dfb0d756101db2e22b0a257ceae9bfd96d58cf247
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 3.4.0
10
+ - Package version: 3.4.4
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-3.4.0.gem
27
+ gem install ./ultracart_api-3.4.4.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.4.0.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.4.4.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ultracart_api', '~> 3.4.0'
35
+ gem 'ultracart_api', '~> 3.4.4'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -175,6 +175,7 @@ Class | Method | HTTP request | Description
175
175
  *UltracartClient::FulfillmentApi* | [**update_inventory**](docs/FulfillmentApi.md#update_inventory) | **POST** /fulfillment/distribution_centers/{distribution_center_code}/inventory | Update inventory
176
176
  *UltracartClient::IntegrationLogApi* | [**get_integration_log**](docs/IntegrationLogApi.md#get_integration_log) | **GET** /integration_log/query/{pk}/{sk} | Retrieve an integration log
177
177
  *UltracartClient::IntegrationLogApi* | [**get_integration_log_file**](docs/IntegrationLogApi.md#get_integration_log_file) | **GET** /integration_log/query/{pk}/{sk}/{uuid} | Retrieve an integration log file
178
+ *UltracartClient::IntegrationLogApi* | [**get_integration_log_summaries_query**](docs/IntegrationLogApi.md#get_integration_log_summaries_query) | **POST** /integration_log/summary/query | Retrieve integration log summaries
178
179
  *UltracartClient::IntegrationLogApi* | [**get_integration_logs_query**](docs/IntegrationLogApi.md#get_integration_logs_query) | **POST** /integration_log/query | Retrieve integration logs
179
180
  *UltracartClient::ItemApi* | [**delete_item**](docs/ItemApi.md#delete_item) | **DELETE** /item/items/{merchant_item_oid} | Delete an item
180
181
  *UltracartClient::ItemApi* | [**get_item**](docs/ItemApi.md#get_item) | **GET** /item/items/{merchant_item_oid} | Retrieve an item
@@ -730,6 +731,9 @@ Class | Method | HTTP request | Description
730
731
  - [UltracartClient::IntegrationLogQueryRequest](docs/IntegrationLogQueryRequest.md)
731
732
  - [UltracartClient::IntegrationLogQueryResponse](docs/IntegrationLogQueryResponse.md)
732
733
  - [UltracartClient::IntegrationLogResponse](docs/IntegrationLogResponse.md)
734
+ - [UltracartClient::IntegrationLogSummary](docs/IntegrationLogSummary.md)
735
+ - [UltracartClient::IntegrationLogSummaryQueryRequest](docs/IntegrationLogSummaryQueryRequest.md)
736
+ - [UltracartClient::IntegrationLogSummaryQueryResponse](docs/IntegrationLogSummaryQueryResponse.md)
733
737
  - [UltracartClient::Item](docs/Item.md)
734
738
  - [UltracartClient::ItemAccounting](docs/ItemAccounting.md)
735
739
  - [UltracartClient::ItemAmember](docs/ItemAmember.md)
@@ -909,9 +913,13 @@ Class | Method | HTTP request | Description
909
913
  - [UltracartClient::ResponseMetadata](docs/ResponseMetadata.md)
910
914
  - [UltracartClient::ResultSet](docs/ResultSet.md)
911
915
  - [UltracartClient::RotatingTransactionGateway](docs/RotatingTransactionGateway.md)
916
+ - [UltracartClient::RotatingTransactionGatewayResponse](docs/RotatingTransactionGatewayResponse.md)
917
+ - [UltracartClient::RotatingTransactionGatewaysResponse](docs/RotatingTransactionGatewaysResponse.md)
912
918
  - [UltracartClient::RtgCurrency](docs/RtgCurrency.md)
913
919
  - [UltracartClient::RtgDayOfMonthRestriction](docs/RtgDayOfMonthRestriction.md)
914
920
  - [UltracartClient::RtgDayOfWeekRestriction](docs/RtgDayOfWeekRestriction.md)
921
+ - [UltracartClient::RtgSummaryGateway](docs/RtgSummaryGateway.md)
922
+ - [UltracartClient::RtgSummaryResponse](docs/RtgSummaryResponse.md)
915
923
  - [UltracartClient::RtgThemeRestriction](docs/RtgThemeRestriction.md)
916
924
  - [UltracartClient::ScreenRecording](docs/ScreenRecording.md)
917
925
  - [UltracartClient::ScreenRecordingAdPlatform](docs/ScreenRecordingAdPlatform.md)
@@ -1091,6 +1099,9 @@ Not every change is committed to every SDK.
1091
1099
 
1092
1100
  | Version | Date | Comments |
1093
1101
  | --: | :-: | --- |
1102
+ | 3.4.3 | 08/03/2021 | package tracking - add event_iso_date and event_timezone_id |
1103
+ | 3.4.2 | 07/29/2021 | bug fixes for new configuration api |
1104
+ | 3.4.1 | 07/29/2021 | bug fixes for new configuration api |
1094
1105
  | 3.4.0 | 07/29/2021 | added new configuration api (not live yet. sdk only works against development presently) |
1095
1106
  | 3.3.2 | 07/16/2021 | sso bug fixes |
1096
1107
  | 3.3.1 | 07/16/2021 | screen recording - event sub text used for assisting in UX rendering |
@@ -122,7 +122,7 @@ Name | Type | Description | Notes
122
122
 
123
123
 
124
124
  # **get_payments_configuration**
125
- > PaymentsConfiguration get_payments_configuration
125
+ > PaymentsConfigurationResponse get_payments_configuration
126
126
 
127
127
  Retrieve payments configuration
128
128
 
@@ -153,7 +153,7 @@ This endpoint does not need any parameter.
153
153
 
154
154
  ### Return type
155
155
 
156
- [**PaymentsConfiguration**](PaymentsConfiguration.md)
156
+ [**PaymentsConfigurationResponse**](PaymentsConfigurationResponse.md)
157
157
 
158
158
  ### Authorization
159
159
 
@@ -167,7 +167,7 @@ This endpoint does not need any parameter.
167
167
 
168
168
 
169
169
  # **get_payments_rotating_gateway**
170
- > RotatingTransactionGateway get_payments_rotating_gateway(rtg_oid)
170
+ > RotatingTransactionGatewayResponse get_payments_rotating_gateway(rtg_oid)
171
171
 
172
172
  Retrieve a rotating transaction gateway
173
173
 
@@ -203,7 +203,7 @@ Name | Type | Description | Notes
203
203
 
204
204
  ### Return type
205
205
 
206
- [**RotatingTransactionGateway**](RotatingTransactionGateway.md)
206
+ [**RotatingTransactionGatewayResponse**](RotatingTransactionGatewayResponse.md)
207
207
 
208
208
  ### Authorization
209
209
 
@@ -217,7 +217,7 @@ Name | Type | Description | Notes
217
217
 
218
218
 
219
219
  # **get_payments_rotating_gateway_by_code**
220
- > RotatingTransactionGateway get_payments_rotating_gateway_by_code(code)
220
+ > RotatingTransactionGatewayResponse get_payments_rotating_gateway_by_code(code)
221
221
 
222
222
  Retrieve a rotating transaction gateway by code
223
223
 
@@ -253,7 +253,7 @@ Name | Type | Description | Notes
253
253
 
254
254
  ### Return type
255
255
 
256
- [**RotatingTransactionGateway**](RotatingTransactionGateway.md)
256
+ [**RotatingTransactionGatewayResponse**](RotatingTransactionGatewayResponse.md)
257
257
 
258
258
  ### Authorization
259
259
 
@@ -267,7 +267,7 @@ Name | Type | Description | Notes
267
267
 
268
268
 
269
269
  # **get_payments_rotating_transaction_gateways**
270
- > RotatingTransactionGateway get_payments_rotating_transaction_gateways
270
+ > RotatingTransactionGatewaysResponse get_payments_rotating_transaction_gateways
271
271
 
272
272
  Retrieve a list of rotating transaction gateways
273
273
 
@@ -298,7 +298,7 @@ This endpoint does not need any parameter.
298
298
 
299
299
  ### Return type
300
300
 
301
- [**RotatingTransactionGateway**](RotatingTransactionGateway.md)
301
+ [**RotatingTransactionGatewaysResponse**](RotatingTransactionGatewaysResponse.md)
302
302
 
303
303
  ### Authorization
304
304
 
@@ -312,7 +312,7 @@ This endpoint does not need any parameter.
312
312
 
313
313
 
314
314
  # **get_payments_rtg_summaries**
315
- > RotatingTransactionGateway get_payments_rtg_summaries
315
+ > RtgSummaryResponse get_payments_rtg_summaries
316
316
 
317
317
  Retrieve a summary of rotating transaction gateways
318
318
 
@@ -343,7 +343,7 @@ This endpoint does not need any parameter.
343
343
 
344
344
  ### Return type
345
345
 
346
- [**RotatingTransactionGateway**](RotatingTransactionGateway.md)
346
+ [**RtgSummaryResponse**](RtgSummaryResponse.md)
347
347
 
348
348
  ### Authorization
349
349
 
@@ -402,7 +402,7 @@ This endpoint does not need any parameter.
402
402
 
403
403
 
404
404
  # **insert_rotating_transaction_gateway**
405
- > RotatingTransactionGateway insert_rotating_transaction_gateway(rotating_transaction_gateway)
405
+ > RotatingTransactionGatewayResponse insert_rotating_transaction_gateway(rotating_transaction_gateway)
406
406
 
407
407
  Insert a rotating transaction gateway
408
408
 
@@ -438,7 +438,7 @@ Name | Type | Description | Notes
438
438
 
439
439
  ### Return type
440
440
 
441
- [**RotatingTransactionGateway**](RotatingTransactionGateway.md)
441
+ [**RotatingTransactionGatewayResponse**](RotatingTransactionGatewayResponse.md)
442
442
 
443
443
  ### Authorization
444
444
 
@@ -452,7 +452,7 @@ Name | Type | Description | Notes
452
452
 
453
453
 
454
454
  # **migrate_to_rotating_transaction_gateway**
455
- > RotatingTransactionGateway migrate_to_rotating_transaction_gateway(code)
455
+ > RotatingTransactionGatewayResponse migrate_to_rotating_transaction_gateway(code)
456
456
 
457
457
  Migrate a normal transaction gateway to a rotating transaction gateway
458
458
 
@@ -488,7 +488,7 @@ Name | Type | Description | Notes
488
488
 
489
489
  ### Return type
490
490
 
491
- [**RotatingTransactionGateway**](RotatingTransactionGateway.md)
491
+ [**RotatingTransactionGatewayResponse**](RotatingTransactionGatewayResponse.md)
492
492
 
493
493
  ### Authorization
494
494
 
@@ -6,6 +6,7 @@ Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**get_integration_log**](IntegrationLogApi.md#get_integration_log) | **GET** /integration_log/query/{pk}/{sk} | Retrieve an integration log
8
8
  [**get_integration_log_file**](IntegrationLogApi.md#get_integration_log_file) | **GET** /integration_log/query/{pk}/{sk}/{uuid} | Retrieve an integration log file
9
+ [**get_integration_log_summaries_query**](IntegrationLogApi.md#get_integration_log_summaries_query) | **POST** /integration_log/summary/query | Retrieve integration log summaries
9
10
  [**get_integration_logs_query**](IntegrationLogApi.md#get_integration_logs_query) | **POST** /integration_log/query | Retrieve integration logs
10
11
 
11
12
 
@@ -118,6 +119,56 @@ Name | Type | Description | Notes
118
119
 
119
120
 
120
121
 
122
+ # **get_integration_log_summaries_query**
123
+ > IntegrationLogSummaryQueryResponse get_integration_log_summaries_query(integration_log_summaries_query)
124
+
125
+ Retrieve integration log summaries
126
+
127
+ Retrieves a set of integration log summaries from the account based on a query object.
128
+
129
+ ### Example
130
+ ```ruby
131
+ # load the gem
132
+ require 'ultracart_api'
133
+
134
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
135
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
136
+ api_instance = UltracartClient::IntegrationLogApi.new_using_api_key(simple_key, false, false)
137
+
138
+
139
+ integration_log_summaries_query = UltracartClient::IntegrationLogSummaryQueryRequest.new # IntegrationLogSummaryQueryRequest | Integration log summaries query
140
+
141
+
142
+ begin
143
+ #Retrieve integration log summaries
144
+ result = api_instance.get_integration_log_summaries_query(integration_log_summaries_query)
145
+ p result
146
+ rescue UltracartClient::ApiError => e
147
+ puts "Exception when calling IntegrationLogApi->get_integration_log_summaries_query: #{e}"
148
+ end
149
+ ```
150
+
151
+ ### Parameters
152
+
153
+ Name | Type | Description | Notes
154
+ ------------- | ------------- | ------------- | -------------
155
+ **integration_log_summaries_query** | [**IntegrationLogSummaryQueryRequest**](IntegrationLogSummaryQueryRequest.md)| Integration log summaries query |
156
+
157
+ ### Return type
158
+
159
+ [**IntegrationLogSummaryQueryResponse**](IntegrationLogSummaryQueryResponse.md)
160
+
161
+ ### Authorization
162
+
163
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
164
+
165
+ ### HTTP request headers
166
+
167
+ - **Content-Type**: application/json
168
+ - **Accept**: application/json
169
+
170
+
171
+
121
172
  # **get_integration_logs_query**
122
173
  > IntegrationLogQueryResponse get_integration_logs_query(integration_log_query, opts)
123
174
 
@@ -0,0 +1,16 @@
1
+ # UltracartClient::IntegrationLogSummary
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **critical** | **Integer** | | [optional]
7
+ **error** | **Integer** | | [optional]
8
+ **events** | **Integer** | | [optional]
9
+ **log_type** | **String** | | [optional]
10
+ **logger_id** | **String** | | [optional]
11
+ **logger_name** | **String** | | [optional]
12
+ **success** | **Integer** | | [optional]
13
+ **view_url** | **String** | | [optional]
14
+ **warning** | **Integer** | | [optional]
15
+
16
+
@@ -0,0 +1,9 @@
1
+ # UltracartClient::IntegrationLogSummaryQueryRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **log_dts_begin** | **String** | Log date/time begin | [optional]
7
+ **log_dts_end** | **String** | Log date/time end | [optional]
8
+
9
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::IntegrationLogSummaryQueryResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **integration_log_summaries** | [**Array<IntegrationLogSummary>**](IntegrationLogSummary.md) | | [optional]
8
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **channel_partner_data** | **String** | Additional data provided by the channel partner, read-only | [optional]
9
9
  **channel_partner_oid** | **Integer** | Channel partner object identifier, read-only and available on existing channel orders only. | [optional]
10
10
  **channel_partner_order_id** | **String** | The order ID assigned by the channel partner for this order | [optional]
11
+ **ignore_invalid_shipping_method** | **BOOLEAN** | Set to true to ignore invalid shipping method being specified. Only applicable on inserting orders. | [optional]
11
12
  **no_realtime_payment_processing** | **BOOLEAN** | Indicates this order should be placed in Account Receivable for later payment processing | [optional]
12
13
  **skip_payment_processing** | **BOOLEAN** | Indicates this order was already paid for via a channel purchase and no payment collection should be attempted | [optional]
13
14
  **store_completed** | **BOOLEAN** | Instructs UltraCart to skip shipping department and mark this order as fully complete. Set this flag if you have already shipped product for this order. | [optional]
@@ -4,8 +4,10 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **city** | **String** | | [optional]
7
+ **event_dts** | **String** | ISO 8601 timestamp that the event occurred | [optional]
7
8
  **event_local_date** | **String** | | [optional]
8
9
  **event_local_time** | **String** | | [optional]
10
+ **event_timezone_id** | **String** | Timezone the event occurred in. Use this in conjunction with event_dts to format a local date/time. | [optional]
9
11
  **state** | **String** | | [optional]
10
12
  **subtag** | **String** | | [optional]
11
13
  **subtag_message** | **String** | | [optional]
@@ -0,0 +1,12 @@
1
+ # UltracartClient::RotatingTransactionGatewayResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
8
+ **rotating_gateway** | [**RotatingTransactionGateway**](RotatingTransactionGateway.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::RotatingTransactionGatewaysResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
8
+ **rotating_gateways** | [**Array<RotatingTransactionGateway>**](RotatingTransactionGateway.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
@@ -0,0 +1,24 @@
1
+ # UltracartClient::RtgSummaryGateway
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **cascade_code** | **String** | | [optional]
7
+ **code** | **String** | | [optional]
8
+ **delay_auto_orders** | **String** | | [optional]
9
+ **name** | **String** | | [optional]
10
+ **reserve_percentage** | **Float** | | [optional]
11
+ **reserves_released_through** | **String** | An optional date specifying the date up to which your gateway has released all reserve funds. This aids in profitability reporting. | [optional]
12
+ **rotating_transaction_gateway_oid** | **Integer** | | [optional]
13
+ **show_ultracart_payments_verification** | **BOOLEAN** | | [optional]
14
+ **show_ultracart_payments_verified** | **BOOLEAN** | | [optional]
15
+ **status** | **String** | | [optional]
16
+ **supports_auth** | **String** | | [optional]
17
+ **supports_refund** | **String** | | [optional]
18
+ **third_party** | **String** | | [optional]
19
+ **traffic_percentage** | **Float** | | [optional]
20
+ **warning** | **String** | | [optional]
21
+ **wepay_account_update_uri** | **String** | | [optional]
22
+ **wepay_console_hostname** | **String** | | [optional]
23
+
24
+
@@ -0,0 +1,14 @@
1
+ # UltracartClient::RtgSummaryResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **gateways** | [**Array<RtgSummaryGateway>**](RtgSummaryGateway.md) | | [optional]
7
+ **info_message** | **String** | | [optional]
8
+ **migration_rtg_code** | **String** | | [optional]
9
+ **migration_single_gateway_name** | **String** | | [optional]
10
+ **show_delay_auto_orders** | **BOOLEAN** | | [optional]
11
+ **show_migration** | **BOOLEAN** | | [optional]
12
+ **warning** | **String** | | [optional]
13
+
14
+
data/lib/ultracart_api.rb CHANGED
@@ -335,6 +335,9 @@ require 'ultracart_api/models/integration_log_query_filter_values'
335
335
  require 'ultracart_api/models/integration_log_query_request'
336
336
  require 'ultracart_api/models/integration_log_query_response'
337
337
  require 'ultracart_api/models/integration_log_response'
338
+ require 'ultracart_api/models/integration_log_summary'
339
+ require 'ultracart_api/models/integration_log_summary_query_request'
340
+ require 'ultracart_api/models/integration_log_summary_query_response'
338
341
  require 'ultracart_api/models/item'
339
342
  require 'ultracart_api/models/item_accounting'
340
343
  require 'ultracart_api/models/item_amember'
@@ -514,9 +517,13 @@ require 'ultracart_api/models/register_affiliate_click_response'
514
517
  require 'ultracart_api/models/response_metadata'
515
518
  require 'ultracart_api/models/result_set'
516
519
  require 'ultracart_api/models/rotating_transaction_gateway'
520
+ require 'ultracart_api/models/rotating_transaction_gateway_response'
521
+ require 'ultracart_api/models/rotating_transaction_gateways_response'
517
522
  require 'ultracart_api/models/rtg_currency'
518
523
  require 'ultracart_api/models/rtg_day_of_month_restriction'
519
524
  require 'ultracart_api/models/rtg_day_of_week_restriction'
525
+ require 'ultracart_api/models/rtg_summary_gateway'
526
+ require 'ultracart_api/models/rtg_summary_response'
520
527
  require 'ultracart_api/models/rtg_theme_restriction'
521
528
  require 'ultracart_api/models/screen_recording'
522
529
  require 'ultracart_api/models/screen_recording_ad_platform'
@@ -145,7 +145,7 @@ module UltracartClient
145
145
  # Retrieve payments configuration
146
146
  # Retrieves payments configuration for this account.
147
147
  # @param [Hash] opts the optional parameters
148
- # @return [PaymentsConfiguration]
148
+ # @return [PaymentsConfigurationResponse]
149
149
  def get_payments_configuration(opts = {})
150
150
  data, _status_code, _headers = get_payments_configuration_with_http_info(opts)
151
151
  data
@@ -154,7 +154,7 @@ module UltracartClient
154
154
  # Retrieve payments configuration
155
155
  # Retrieves payments configuration for this account.
156
156
  # @param [Hash] opts the optional parameters
157
- # @return [Array<(PaymentsConfiguration, Fixnum, Hash)>] PaymentsConfiguration data, response status code and response headers
157
+ # @return [Array<(PaymentsConfigurationResponse, Fixnum, Hash)>] PaymentsConfigurationResponse data, response status code and response headers
158
158
  def get_payments_configuration_with_http_info(opts = {})
159
159
  if @api_client.config.debugging
160
160
  @api_client.config.logger.debug 'Calling API: ConfigurationApi.get_payments_configuration ...'
@@ -185,7 +185,7 @@ module UltracartClient
185
185
  :form_params => form_params,
186
186
  :body => post_body,
187
187
  :auth_names => auth_names,
188
- :return_type => 'PaymentsConfiguration')
188
+ :return_type => 'PaymentsConfigurationResponse')
189
189
  if @api_client.config.debugging
190
190
  @api_client.config.logger.debug "API called: ConfigurationApi#get_payments_configuration\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
191
191
  end
@@ -195,7 +195,7 @@ module UltracartClient
195
195
  # Retrieve a rotating transaction gateway
196
196
  # @param rtg_oid The rtg_oid for the desired record.
197
197
  # @param [Hash] opts the optional parameters
198
- # @return [RotatingTransactionGateway]
198
+ # @return [RotatingTransactionGatewayResponse]
199
199
  def get_payments_rotating_gateway(rtg_oid, opts = {})
200
200
  data, _status_code, _headers = get_payments_rotating_gateway_with_http_info(rtg_oid, opts)
201
201
  data
@@ -205,7 +205,7 @@ module UltracartClient
205
205
  # Retrieve a rotating transaction gateway
206
206
  # @param rtg_oid The rtg_oid for the desired record.
207
207
  # @param [Hash] opts the optional parameters
208
- # @return [Array<(RotatingTransactionGateway, Fixnum, Hash)>] RotatingTransactionGateway data, response status code and response headers
208
+ # @return [Array<(RotatingTransactionGatewayResponse, Fixnum, Hash)>] RotatingTransactionGatewayResponse data, response status code and response headers
209
209
  def get_payments_rotating_gateway_with_http_info(rtg_oid, opts = {})
210
210
  if @api_client.config.debugging
211
211
  @api_client.config.logger.debug 'Calling API: ConfigurationApi.get_payments_rotating_gateway ...'
@@ -240,7 +240,7 @@ module UltracartClient
240
240
  :form_params => form_params,
241
241
  :body => post_body,
242
242
  :auth_names => auth_names,
243
- :return_type => 'RotatingTransactionGateway')
243
+ :return_type => 'RotatingTransactionGatewayResponse')
244
244
  if @api_client.config.debugging
245
245
  @api_client.config.logger.debug "API called: ConfigurationApi#get_payments_rotating_gateway\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
246
246
  end
@@ -250,7 +250,7 @@ module UltracartClient
250
250
  # Retrieve a rotating transaction gateway by code
251
251
  # @param code The code for the desired rotating transaction gateway.
252
252
  # @param [Hash] opts the optional parameters
253
- # @return [RotatingTransactionGateway]
253
+ # @return [RotatingTransactionGatewayResponse]
254
254
  def get_payments_rotating_gateway_by_code(code, opts = {})
255
255
  data, _status_code, _headers = get_payments_rotating_gateway_by_code_with_http_info(code, opts)
256
256
  data
@@ -260,7 +260,7 @@ module UltracartClient
260
260
  # Retrieve a rotating transaction gateway by code
261
261
  # @param code The code for the desired rotating transaction gateway.
262
262
  # @param [Hash] opts the optional parameters
263
- # @return [Array<(RotatingTransactionGateway, Fixnum, Hash)>] RotatingTransactionGateway data, response status code and response headers
263
+ # @return [Array<(RotatingTransactionGatewayResponse, Fixnum, Hash)>] RotatingTransactionGatewayResponse data, response status code and response headers
264
264
  def get_payments_rotating_gateway_by_code_with_http_info(code, opts = {})
265
265
  if @api_client.config.debugging
266
266
  @api_client.config.logger.debug 'Calling API: ConfigurationApi.get_payments_rotating_gateway_by_code ...'
@@ -295,7 +295,7 @@ module UltracartClient
295
295
  :form_params => form_params,
296
296
  :body => post_body,
297
297
  :auth_names => auth_names,
298
- :return_type => 'RotatingTransactionGateway')
298
+ :return_type => 'RotatingTransactionGatewayResponse')
299
299
  if @api_client.config.debugging
300
300
  @api_client.config.logger.debug "API called: ConfigurationApi#get_payments_rotating_gateway_by_code\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
301
301
  end
@@ -304,7 +304,7 @@ module UltracartClient
304
304
  # Retrieve a list of rotating transaction gateways
305
305
  # Retrieve a list of rotating transaction gateways
306
306
  # @param [Hash] opts the optional parameters
307
- # @return [RotatingTransactionGateway]
307
+ # @return [RotatingTransactionGatewaysResponse]
308
308
  def get_payments_rotating_transaction_gateways(opts = {})
309
309
  data, _status_code, _headers = get_payments_rotating_transaction_gateways_with_http_info(opts)
310
310
  data
@@ -313,7 +313,7 @@ module UltracartClient
313
313
  # Retrieve a list of rotating transaction gateways
314
314
  # Retrieve a list of rotating transaction gateways
315
315
  # @param [Hash] opts the optional parameters
316
- # @return [Array<(RotatingTransactionGateway, Fixnum, Hash)>] RotatingTransactionGateway data, response status code and response headers
316
+ # @return [Array<(RotatingTransactionGatewaysResponse, Fixnum, Hash)>] RotatingTransactionGatewaysResponse data, response status code and response headers
317
317
  def get_payments_rotating_transaction_gateways_with_http_info(opts = {})
318
318
  if @api_client.config.debugging
319
319
  @api_client.config.logger.debug 'Calling API: ConfigurationApi.get_payments_rotating_transaction_gateways ...'
@@ -344,7 +344,7 @@ module UltracartClient
344
344
  :form_params => form_params,
345
345
  :body => post_body,
346
346
  :auth_names => auth_names,
347
- :return_type => 'RotatingTransactionGateway')
347
+ :return_type => 'RotatingTransactionGatewaysResponse')
348
348
  if @api_client.config.debugging
349
349
  @api_client.config.logger.debug "API called: ConfigurationApi#get_payments_rotating_transaction_gateways\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
350
350
  end
@@ -353,7 +353,7 @@ module UltracartClient
353
353
  # Retrieve a summary of rotating transaction gateways
354
354
  # Retrieve a summary of rotating transaction gateways
355
355
  # @param [Hash] opts the optional parameters
356
- # @return [RotatingTransactionGateway]
356
+ # @return [RtgSummaryResponse]
357
357
  def get_payments_rtg_summaries(opts = {})
358
358
  data, _status_code, _headers = get_payments_rtg_summaries_with_http_info(opts)
359
359
  data
@@ -362,7 +362,7 @@ module UltracartClient
362
362
  # Retrieve a summary of rotating transaction gateways
363
363
  # Retrieve a summary of rotating transaction gateways
364
364
  # @param [Hash] opts the optional parameters
365
- # @return [Array<(RotatingTransactionGateway, Fixnum, Hash)>] RotatingTransactionGateway data, response status code and response headers
365
+ # @return [Array<(RtgSummaryResponse, Fixnum, Hash)>] RtgSummaryResponse data, response status code and response headers
366
366
  def get_payments_rtg_summaries_with_http_info(opts = {})
367
367
  if @api_client.config.debugging
368
368
  @api_client.config.logger.debug 'Calling API: ConfigurationApi.get_payments_rtg_summaries ...'
@@ -393,7 +393,7 @@ module UltracartClient
393
393
  :form_params => form_params,
394
394
  :body => post_body,
395
395
  :auth_names => auth_names,
396
- :return_type => 'RotatingTransactionGateway')
396
+ :return_type => 'RtgSummaryResponse')
397
397
  if @api_client.config.debugging
398
398
  @api_client.config.logger.debug "API called: ConfigurationApi#get_payments_rtg_summaries\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
399
399
  end
@@ -452,7 +452,7 @@ module UltracartClient
452
452
  # Insert a rotating transaction gateway
453
453
  # @param rotating_transaction_gateway Rotating transaction gateway
454
454
  # @param [Hash] opts the optional parameters
455
- # @return [RotatingTransactionGateway]
455
+ # @return [RotatingTransactionGatewayResponse]
456
456
  def insert_rotating_transaction_gateway(rotating_transaction_gateway, opts = {})
457
457
  data, _status_code, _headers = insert_rotating_transaction_gateway_with_http_info(rotating_transaction_gateway, opts)
458
458
  data
@@ -462,7 +462,7 @@ module UltracartClient
462
462
  # Insert a rotating transaction gateway
463
463
  # @param rotating_transaction_gateway Rotating transaction gateway
464
464
  # @param [Hash] opts the optional parameters
465
- # @return [Array<(RotatingTransactionGateway, Fixnum, Hash)>] RotatingTransactionGateway data, response status code and response headers
465
+ # @return [Array<(RotatingTransactionGatewayResponse, Fixnum, Hash)>] RotatingTransactionGatewayResponse data, response status code and response headers
466
466
  def insert_rotating_transaction_gateway_with_http_info(rotating_transaction_gateway, opts = {})
467
467
  if @api_client.config.debugging
468
468
  @api_client.config.logger.debug 'Calling API: ConfigurationApi.insert_rotating_transaction_gateway ...'
@@ -497,7 +497,7 @@ module UltracartClient
497
497
  :form_params => form_params,
498
498
  :body => post_body,
499
499
  :auth_names => auth_names,
500
- :return_type => 'RotatingTransactionGateway')
500
+ :return_type => 'RotatingTransactionGatewayResponse')
501
501
  if @api_client.config.debugging
502
502
  @api_client.config.logger.debug "API called: ConfigurationApi#insert_rotating_transaction_gateway\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
503
503
  end
@@ -507,7 +507,7 @@ module UltracartClient
507
507
  # Migrate a normal transaction gateway to a rotating transaction gateway
508
508
  # @param code The short code for the new rotating transaction gateway
509
509
  # @param [Hash] opts the optional parameters
510
- # @return [RotatingTransactionGateway]
510
+ # @return [RotatingTransactionGatewayResponse]
511
511
  def migrate_to_rotating_transaction_gateway(code, opts = {})
512
512
  data, _status_code, _headers = migrate_to_rotating_transaction_gateway_with_http_info(code, opts)
513
513
  data
@@ -517,7 +517,7 @@ module UltracartClient
517
517
  # Migrate a normal transaction gateway to a rotating transaction gateway
518
518
  # @param code The short code for the new rotating transaction gateway
519
519
  # @param [Hash] opts the optional parameters
520
- # @return [Array<(RotatingTransactionGateway, Fixnum, Hash)>] RotatingTransactionGateway data, response status code and response headers
520
+ # @return [Array<(RotatingTransactionGatewayResponse, Fixnum, Hash)>] RotatingTransactionGatewayResponse data, response status code and response headers
521
521
  def migrate_to_rotating_transaction_gateway_with_http_info(code, opts = {})
522
522
  if @api_client.config.debugging
523
523
  @api_client.config.logger.debug 'Calling API: ConfigurationApi.migrate_to_rotating_transaction_gateway ...'
@@ -552,7 +552,7 @@ module UltracartClient
552
552
  :form_params => form_params,
553
553
  :body => post_body,
554
554
  :auth_names => auth_names,
555
- :return_type => 'RotatingTransactionGateway')
555
+ :return_type => 'RotatingTransactionGatewayResponse')
556
556
  if @api_client.config.debugging
557
557
  @api_client.config.logger.debug "API called: ConfigurationApi#migrate_to_rotating_transaction_gateway\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
558
558
  end