bf_ruby2 1.2016.229 → 1.2016.230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +53 -29
- data/bf_ruby2-1.2016.229.gem +0 -0
- data/docs/AccountsApi.md +82 -31
- data/docs/AddChargeToAccountResponse.md +9 -0
- data/docs/AddChargeToAccountResponsePagedMetadata.md +14 -0
- data/docs/AddChargesToAccountAPIRequest.md +17 -0
- data/docs/AddressesApi.md +4 -4
- data/docs/AmendmentsApi.md +13 -13
- data/docs/AnalyticsApi.md +15 -15
- data/docs/AuditlogsApi.md +5 -5
- data/docs/BatchUpdatePricingComponentValuesRequest.md +9 -0
- data/docs/ChargesApi.md +56 -8
- data/docs/ClientsApi.md +6 -6
- data/docs/ConfigurationsApi.md +6 -6
- data/docs/CouponbookApi.md +11 -11
- data/docs/CouponbookdefinitionApi.md +8 -8
- data/docs/CoupondefinitionApi.md +7 -7
- data/docs/CouponinstanceApi.md +12 -12
- data/docs/CouponmodifierApi.md +9 -9
- data/docs/CouponruleApi.md +6 -6
- data/docs/CouponsApi.md +10 -10
- data/docs/CreateSubscriptionChargeAmendment.md +0 -1
- data/docs/CreateSubscriptionRequest.md +2 -0
- data/docs/CreditnotesApi.md +7 -7
- data/docs/CybersourcetokensApi.md +7 -7
- data/docs/DunninglinesApi.md +8 -8
- data/docs/EmailprovidersApi.md +5 -5
- data/docs/EmailsApi.md +1 -1
- data/docs/EmailsubscriptionsApi.md +7 -7
- data/docs/FixedtermdefinitionsApi.md +4 -4
- data/docs/FixedtermsApi.md +2 -2
- data/docs/Invoice.md +3 -0
- data/docs/InvoicesApi.md +63 -63
- data/docs/MetadataApi.md +6 -6
- data/docs/NestedChargeRequest.md +19 -0
- data/docs/NotificationsApi.md +6 -6
- data/docs/OrganizationsApi.md +9 -9
- data/docs/PasswordsApi.md +2 -2
- data/docs/PaymentmethodsApi.md +10 -10
- data/docs/PaymentmethodsubscriptionlinksApi.md +3 -3
- data/docs/PaymentsApi.md +9 -9
- data/docs/PeriodsApi.md +2 -2
- data/docs/PermissionsApi.md +8 -8
- data/docs/PricingcalculatorApi.md +6 -6
- data/docs/PricingcomponentsApi.md +8 -8
- data/docs/PricingcomponenttiersApi.md +7 -7
- data/docs/PricingcomponentvaluechangesApi.md +7 -7
- data/docs/PricingcomponentvaluesApi.md +7 -7
- data/docs/ProductrateplansApi.md +27 -27
- data/docs/ProductsApi.md +17 -17
- data/docs/ProfilesApi.md +6 -6
- data/docs/QuotesApi.md +2 -2
- data/docs/RecalculateChargeBatchRequest.md +12 -0
- data/docs/RecalculateChargeBatchResponse.md +11 -0
- data/docs/RecalculateChargeBatchResponsePagedMetadata.md +14 -0
- data/docs/ReceiptsApi.md +6 -6
- data/docs/RefundsApi.md +9 -9
- data/docs/RolesApi.md +8 -8
- data/docs/SearchApi.md +1 -1
- data/docs/SingleRecalculateChargeRequest.md +15 -0
- data/docs/Subscription.md +1 -0
- data/docs/SubscriptionsApi.md +153 -102
- data/docs/SynchAppConfigsApi.md +6 -6
- data/docs/SynchConfigsApi.md +8 -8
- data/docs/SynchJobsApi.md +10 -10
- data/docs/TaxationlinksApi.md +8 -8
- data/docs/TaxationstrategiesApi.md +11 -11
- data/docs/TimeApi.md +1 -1
- data/docs/TokenizationApi.md +6 -6
- data/docs/UnitofmeasureApi.md +6 -6
- data/docs/UpdatePricingComponentValueChangeResult.md +19 -0
- data/docs/UpdatePricingComponentValueRequest.md +10 -0
- data/docs/UpdatePricingComponentValueResponse.md +9 -0
- data/docs/UpdatePricingComponentValueResponsePagedMetadata.md +14 -0
- data/docs/UsageApi.md +7 -7
- data/docs/UsageperiodsApi.md +3 -3
- data/docs/UsageroundingstrategiesApi.md +6 -6
- data/docs/UsagesessionsApi.md +6 -6
- data/docs/UsernamesApi.md +2 -2
- data/docs/UsersApi.md +16 -16
- data/docs/VaultedgatewaysApi.md +22 -22
- data/docs/WebhooksApi.md +10 -10
- data/lib/bf_ruby2.rb +13 -0
- data/lib/bf_ruby2/api/accounts_api.rb +92 -31
- data/lib/bf_ruby2/api/addresses_api.rb +4 -4
- data/lib/bf_ruby2/api/amendments_api.rb +13 -13
- data/lib/bf_ruby2/api/analytics_api.rb +15 -15
- data/lib/bf_ruby2/api/auditlogs_api.rb +5 -5
- data/lib/bf_ruby2/api/charges_api.rb +65 -8
- data/lib/bf_ruby2/api/clients_api.rb +6 -6
- data/lib/bf_ruby2/api/configurations_api.rb +6 -6
- data/lib/bf_ruby2/api/couponbook_api.rb +11 -11
- data/lib/bf_ruby2/api/couponbookdefinition_api.rb +8 -8
- data/lib/bf_ruby2/api/coupondefinition_api.rb +7 -7
- data/lib/bf_ruby2/api/couponinstance_api.rb +12 -12
- data/lib/bf_ruby2/api/couponmodifier_api.rb +9 -9
- data/lib/bf_ruby2/api/couponrule_api.rb +6 -6
- data/lib/bf_ruby2/api/coupons_api.rb +10 -10
- data/lib/bf_ruby2/api/creditnotes_api.rb +7 -7
- data/lib/bf_ruby2/api/cybersourcetokens_api.rb +7 -7
- data/lib/bf_ruby2/api/dunninglines_api.rb +8 -8
- data/lib/bf_ruby2/api/emailproviders_api.rb +5 -5
- data/lib/bf_ruby2/api/emails_api.rb +1 -1
- data/lib/bf_ruby2/api/emailsubscriptions_api.rb +7 -7
- data/lib/bf_ruby2/api/fixedtermdefinitions_api.rb +4 -4
- data/lib/bf_ruby2/api/fixedterms_api.rb +2 -2
- data/lib/bf_ruby2/api/invoices_api.rb +63 -63
- data/lib/bf_ruby2/api/metadata_api.rb +6 -6
- data/lib/bf_ruby2/api/notifications_api.rb +6 -6
- data/lib/bf_ruby2/api/organizations_api.rb +9 -9
- data/lib/bf_ruby2/api/passwords_api.rb +2 -2
- data/lib/bf_ruby2/api/paymentmethods_api.rb +10 -10
- data/lib/bf_ruby2/api/paymentmethodsubscriptionlinks_api.rb +3 -3
- data/lib/bf_ruby2/api/payments_api.rb +9 -9
- data/lib/bf_ruby2/api/periods_api.rb +2 -2
- data/lib/bf_ruby2/api/permissions_api.rb +8 -8
- data/lib/bf_ruby2/api/pricingcalculator_api.rb +6 -6
- data/lib/bf_ruby2/api/pricingcomponents_api.rb +8 -8
- data/lib/bf_ruby2/api/pricingcomponenttiers_api.rb +7 -7
- data/lib/bf_ruby2/api/pricingcomponentvaluechanges_api.rb +7 -7
- data/lib/bf_ruby2/api/pricingcomponentvalues_api.rb +7 -7
- data/lib/bf_ruby2/api/productrateplans_api.rb +27 -27
- data/lib/bf_ruby2/api/products_api.rb +17 -17
- data/lib/bf_ruby2/api/profiles_api.rb +6 -6
- data/lib/bf_ruby2/api/quotes_api.rb +2 -2
- data/lib/bf_ruby2/api/receipts_api.rb +6 -6
- data/lib/bf_ruby2/api/refunds_api.rb +9 -9
- data/lib/bf_ruby2/api/roles_api.rb +8 -8
- data/lib/bf_ruby2/api/search_api.rb +1 -1
- data/lib/bf_ruby2/api/subscriptions_api.rb +163 -102
- data/lib/bf_ruby2/api/synch_app_configs_api.rb +6 -6
- data/lib/bf_ruby2/api/synch_configs_api.rb +8 -8
- data/lib/bf_ruby2/api/synch_jobs_api.rb +10 -10
- data/lib/bf_ruby2/api/taxationlinks_api.rb +8 -8
- data/lib/bf_ruby2/api/taxationstrategies_api.rb +11 -11
- data/lib/bf_ruby2/api/time_api.rb +1 -1
- data/lib/bf_ruby2/api/tokenization_api.rb +6 -6
- data/lib/bf_ruby2/api/unitofmeasure_api.rb +6 -6
- data/lib/bf_ruby2/api/usage_api.rb +7 -7
- data/lib/bf_ruby2/api/usageperiods_api.rb +3 -3
- data/lib/bf_ruby2/api/usageroundingstrategies_api.rb +6 -6
- data/lib/bf_ruby2/api/usagesessions_api.rb +6 -6
- data/lib/bf_ruby2/api/usernames_api.rb +2 -2
- data/lib/bf_ruby2/api/users_api.rb +16 -16
- data/lib/bf_ruby2/api/vaultedgateways_api.rb +22 -22
- data/lib/bf_ruby2/api/webhooks_api.rb +10 -10
- data/lib/bf_ruby2/models/add_charge_to_account_response.rb +212 -0
- data/lib/bf_ruby2/models/add_charge_to_account_response_paged_metadata.rb +269 -0
- data/lib/bf_ruby2/models/add_charges_to_account_api_request.rb +337 -0
- data/lib/bf_ruby2/models/batch_update_pricing_component_values_request.rb +244 -0
- data/lib/bf_ruby2/models/create_subscription_charge_amendment.rb +1 -24
- data/lib/bf_ruby2/models/create_subscription_request.rb +24 -4
- data/lib/bf_ruby2/models/invoice.rb +32 -1
- data/lib/bf_ruby2/models/nested_charge_request.rb +343 -0
- data/lib/bf_ruby2/models/recalculate_charge_batch_request.rb +279 -0
- data/lib/bf_ruby2/models/recalculate_charge_batch_response.rb +234 -0
- data/lib/bf_ruby2/models/recalculate_charge_batch_response_paged_metadata.rb +269 -0
- data/lib/bf_ruby2/models/single_recalculate_charge_request.rb +317 -0
- data/lib/bf_ruby2/models/subscription.rb +11 -1
- data/lib/bf_ruby2/models/update_pricing_component_value_change_result.rb +367 -0
- data/lib/bf_ruby2/models/update_pricing_component_value_request.rb +253 -0
- data/lib/bf_ruby2/models/update_pricing_component_value_response.rb +210 -0
- data/lib/bf_ruby2/models/update_pricing_component_value_response_paged_metadata.rb +269 -0
- data/lib/bf_ruby2/version.rb +1 -1
- data/spec/models/add_charge_to_account_response_paged_metadata_spec.rb +89 -0
- data/spec/models/add_charge_to_account_response_spec.rb +59 -0
- data/spec/models/add_charges_to_account_api_request_spec.rb +115 -0
- data/spec/models/batch_update_pricing_component_values_request_spec.rb +63 -0
- data/spec/models/nested_charge_request_spec.rb +123 -0
- data/spec/models/recalculate_charge_batch_request_spec.rb +81 -0
- data/spec/models/recalculate_charge_batch_response_paged_metadata_spec.rb +89 -0
- data/spec/models/recalculate_charge_batch_response_spec.rb +71 -0
- data/spec/models/single_recalculate_charge_request_spec.rb +103 -0
- data/spec/models/update_pricing_component_value_change_result_spec.rb +131 -0
- data/spec/models/update_pricing_component_value_request_spec.rb +69 -0
- data/spec/models/update_pricing_component_value_response_paged_metadata_spec.rb +89 -0
- data/spec/models/update_pricing_component_value_response_spec.rb +59 -0
- metadata +54 -2
- data/setup.scratch.rb +0 -33
|
@@ -61,7 +61,7 @@ module BillForward
|
|
|
61
61
|
header_params = {}
|
|
62
62
|
|
|
63
63
|
# HTTP header 'Accept' (if needed)
|
|
64
|
-
local_header_accept = ['application/json']
|
|
64
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
65
65
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
66
66
|
|
|
67
67
|
# HTTP header 'Content-Type'
|
|
@@ -117,7 +117,7 @@ module BillForward
|
|
|
117
117
|
header_params = {}
|
|
118
118
|
|
|
119
119
|
# HTTP header 'Accept' (if needed)
|
|
120
|
-
local_header_accept = ['application/json']
|
|
120
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
121
121
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
122
122
|
|
|
123
123
|
# HTTP header 'Content-Type'
|
|
@@ -177,11 +177,11 @@ module BillForward
|
|
|
177
177
|
header_params = {}
|
|
178
178
|
|
|
179
179
|
# HTTP header 'Accept' (if needed)
|
|
180
|
-
local_header_accept = ['application/json']
|
|
180
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
181
181
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
182
182
|
|
|
183
183
|
# HTTP header 'Content-Type'
|
|
184
|
-
local_header_content_type = ['application/json']
|
|
184
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
185
185
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
186
186
|
|
|
187
187
|
# form parameters
|
|
@@ -237,11 +237,11 @@ module BillForward
|
|
|
237
237
|
header_params = {}
|
|
238
238
|
|
|
239
239
|
# HTTP header 'Accept' (if needed)
|
|
240
|
-
local_header_accept = ['application/json']
|
|
240
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
241
241
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
242
242
|
|
|
243
243
|
# HTTP header 'Content-Type'
|
|
244
|
-
local_header_content_type = ['application/json']
|
|
244
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
245
245
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
246
246
|
|
|
247
247
|
# form parameters
|
|
@@ -65,7 +65,7 @@ module BillForward
|
|
|
65
65
|
header_params = {}
|
|
66
66
|
|
|
67
67
|
# HTTP header 'Accept' (if needed)
|
|
68
|
-
local_header_accept = ['application/json']
|
|
68
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
69
69
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
70
70
|
|
|
71
71
|
# HTTP header 'Content-Type'
|
|
@@ -139,7 +139,7 @@ module BillForward
|
|
|
139
139
|
header_params = {}
|
|
140
140
|
|
|
141
141
|
# HTTP header 'Accept' (if needed)
|
|
142
|
-
local_header_accept = ['application/json']
|
|
142
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
143
143
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
144
144
|
|
|
145
145
|
# HTTP header 'Content-Type'
|
|
@@ -217,7 +217,7 @@ module BillForward
|
|
|
217
217
|
header_params = {}
|
|
218
218
|
|
|
219
219
|
# HTTP header 'Accept' (if needed)
|
|
220
|
-
local_header_accept = ['application/json']
|
|
220
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
221
221
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
222
222
|
|
|
223
223
|
# HTTP header 'Content-Type'
|
|
@@ -277,7 +277,7 @@ module BillForward
|
|
|
277
277
|
header_params = {}
|
|
278
278
|
|
|
279
279
|
# HTTP header 'Accept' (if needed)
|
|
280
|
-
local_header_accept = ['application/json']
|
|
280
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
281
281
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
282
282
|
|
|
283
283
|
# HTTP header 'Content-Type'
|
|
@@ -366,7 +366,7 @@ module BillForward
|
|
|
366
366
|
header_params = {}
|
|
367
367
|
|
|
368
368
|
# HTTP header 'Accept' (if needed)
|
|
369
|
-
local_header_accept = ['application/json']
|
|
369
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
370
370
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
371
371
|
|
|
372
372
|
# HTTP header 'Content-Type'
|
|
@@ -451,7 +451,7 @@ module BillForward
|
|
|
451
451
|
header_params = {}
|
|
452
452
|
|
|
453
453
|
# HTTP header 'Accept' (if needed)
|
|
454
|
-
local_header_accept = ['application/json']
|
|
454
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
455
455
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
456
456
|
|
|
457
457
|
# HTTP header 'Content-Type'
|
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
65
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -136,7 +136,7 @@ module BillForward
|
|
|
136
136
|
header_params = {}
|
|
137
137
|
|
|
138
138
|
# HTTP header 'Accept' (if needed)
|
|
139
|
-
local_header_accept = ['application/json']
|
|
139
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
140
140
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
141
141
|
|
|
142
142
|
# HTTP header 'Content-Type'
|
|
@@ -210,7 +210,7 @@ module BillForward
|
|
|
210
210
|
header_params = {}
|
|
211
211
|
|
|
212
212
|
# HTTP header 'Accept' (if needed)
|
|
213
|
-
local_header_accept = ['application/json']
|
|
213
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
214
214
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
215
215
|
|
|
216
216
|
# HTTP header 'Content-Type'
|
|
@@ -270,7 +270,7 @@ module BillForward
|
|
|
270
270
|
header_params = {}
|
|
271
271
|
|
|
272
272
|
# HTTP header 'Accept' (if needed)
|
|
273
|
-
local_header_accept = ['application/json']
|
|
273
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
274
274
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
275
275
|
|
|
276
276
|
# HTTP header 'Content-Type'
|
|
@@ -330,7 +330,7 @@ module BillForward
|
|
|
330
330
|
header_params = {}
|
|
331
331
|
|
|
332
332
|
# HTTP header 'Accept' (if needed)
|
|
333
|
-
local_header_accept = ['application/json']
|
|
333
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
334
334
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
335
335
|
|
|
336
336
|
# HTTP header 'Content-Type'
|
|
@@ -390,7 +390,7 @@ module BillForward
|
|
|
390
390
|
header_params = {}
|
|
391
391
|
|
|
392
392
|
# HTTP header 'Accept' (if needed)
|
|
393
|
-
local_header_accept = ['application/json']
|
|
393
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
394
394
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
395
395
|
|
|
396
396
|
# HTTP header 'Content-Type'
|
|
@@ -447,11 +447,11 @@ module BillForward
|
|
|
447
447
|
header_params = {}
|
|
448
448
|
|
|
449
449
|
# HTTP header 'Accept' (if needed)
|
|
450
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
450
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
451
451
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
452
452
|
|
|
453
453
|
# HTTP header 'Content-Type'
|
|
454
|
-
local_header_content_type = ['application/json']
|
|
454
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
455
455
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
456
456
|
|
|
457
457
|
# form parameters
|
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['application/json']
|
|
65
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
65
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -122,7 +122,7 @@ module BillForward
|
|
|
122
122
|
header_params = {}
|
|
123
123
|
|
|
124
124
|
# HTTP header 'Accept' (if needed)
|
|
125
|
-
local_header_accept = ['application/json']
|
|
125
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
126
126
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
127
127
|
|
|
128
128
|
# HTTP header 'Content-Type'
|
|
@@ -196,7 +196,7 @@ module BillForward
|
|
|
196
196
|
header_params = {}
|
|
197
197
|
|
|
198
198
|
# HTTP header 'Accept' (if needed)
|
|
199
|
-
local_header_accept = ['application/json']
|
|
199
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
200
200
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
201
201
|
|
|
202
202
|
# HTTP header 'Content-Type'
|
|
@@ -277,7 +277,7 @@ module BillForward
|
|
|
277
277
|
header_params = {}
|
|
278
278
|
|
|
279
279
|
# HTTP header 'Accept' (if needed)
|
|
280
|
-
local_header_accept = ['application/json']
|
|
280
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
281
281
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
282
282
|
|
|
283
283
|
# HTTP header 'Content-Type'
|
|
@@ -337,7 +337,7 @@ module BillForward
|
|
|
337
337
|
header_params = {}
|
|
338
338
|
|
|
339
339
|
# HTTP header 'Accept' (if needed)
|
|
340
|
-
local_header_accept = ['application/json']
|
|
340
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
341
341
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
342
342
|
|
|
343
343
|
# HTTP header 'Content-Type'
|
|
@@ -397,7 +397,7 @@ module BillForward
|
|
|
397
397
|
header_params = {}
|
|
398
398
|
|
|
399
399
|
# HTTP header 'Accept' (if needed)
|
|
400
|
-
local_header_accept = ['application/json']
|
|
400
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
401
401
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
402
402
|
|
|
403
403
|
# HTTP header 'Content-Type'
|
|
@@ -479,7 +479,7 @@ module BillForward
|
|
|
479
479
|
header_params = {}
|
|
480
480
|
|
|
481
481
|
# HTTP header 'Accept' (if needed)
|
|
482
|
-
local_header_accept = ['application/json']
|
|
482
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
483
483
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
484
484
|
|
|
485
485
|
# HTTP header 'Content-Type'
|
|
@@ -536,11 +536,11 @@ module BillForward
|
|
|
536
536
|
header_params = {}
|
|
537
537
|
|
|
538
538
|
# HTTP header 'Accept' (if needed)
|
|
539
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
539
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
540
540
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
541
541
|
|
|
542
542
|
# HTTP header 'Content-Type'
|
|
543
|
-
local_header_content_type = ['application/json']
|
|
543
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
544
544
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
545
545
|
|
|
546
546
|
# form parameters
|
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
65
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -124,7 +124,7 @@ module BillForward
|
|
|
124
124
|
header_params = {}
|
|
125
125
|
|
|
126
126
|
# HTTP header 'Accept' (if needed)
|
|
127
|
-
local_header_accept = ['application/json']
|
|
127
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
128
128
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
129
129
|
|
|
130
130
|
# HTTP header 'Content-Type'
|
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
65
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -136,7 +136,7 @@ module BillForward
|
|
|
136
136
|
header_params = {}
|
|
137
137
|
|
|
138
138
|
# HTTP header 'Accept' (if needed)
|
|
139
|
-
local_header_accept = ['application/json']
|
|
139
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
140
140
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
141
141
|
|
|
142
142
|
# HTTP header 'Content-Type'
|
|
@@ -277,7 +277,7 @@ module BillForward
|
|
|
277
277
|
header_params = {}
|
|
278
278
|
|
|
279
279
|
# HTTP header 'Accept' (if needed)
|
|
280
|
-
local_header_accept = ['application/json']
|
|
280
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
281
281
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
282
282
|
|
|
283
283
|
# HTTP header 'Content-Type'
|
|
@@ -355,7 +355,7 @@ module BillForward
|
|
|
355
355
|
header_params = {}
|
|
356
356
|
|
|
357
357
|
# HTTP header 'Accept' (if needed)
|
|
358
|
-
local_header_accept = ['application/json']
|
|
358
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
359
359
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
360
360
|
|
|
361
361
|
# HTTP header 'Content-Type'
|
|
@@ -437,7 +437,7 @@ module BillForward
|
|
|
437
437
|
header_params = {}
|
|
438
438
|
|
|
439
439
|
# HTTP header 'Accept' (if needed)
|
|
440
|
-
local_header_accept = ['application/json']
|
|
440
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
441
441
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
442
442
|
|
|
443
443
|
# HTTP header 'Content-Type'
|
|
@@ -515,7 +515,7 @@ module BillForward
|
|
|
515
515
|
header_params = {}
|
|
516
516
|
|
|
517
517
|
# HTTP header 'Accept' (if needed)
|
|
518
|
-
local_header_accept = ['application/json']
|
|
518
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
519
519
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
520
520
|
|
|
521
521
|
# HTTP header 'Content-Type'
|
|
@@ -572,11 +572,11 @@ module BillForward
|
|
|
572
572
|
header_params = {}
|
|
573
573
|
|
|
574
574
|
# HTTP header 'Accept' (if needed)
|
|
575
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
575
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
576
576
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
577
577
|
|
|
578
578
|
# HTTP header 'Content-Type'
|
|
579
|
-
local_header_content_type = ['application/json']
|
|
579
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
580
580
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
581
581
|
|
|
582
582
|
# form parameters
|
|
@@ -80,7 +80,7 @@ module BillForward
|
|
|
80
80
|
header_params = {}
|
|
81
81
|
|
|
82
82
|
# HTTP header 'Accept' (if needed)
|
|
83
|
-
local_header_accept = ['application/json']
|
|
83
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
84
84
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
85
85
|
|
|
86
86
|
# HTTP header 'Content-Type'
|
|
@@ -151,7 +151,7 @@ module BillForward
|
|
|
151
151
|
header_params = {}
|
|
152
152
|
|
|
153
153
|
# HTTP header 'Accept' (if needed)
|
|
154
|
-
local_header_accept = ['application/json']
|
|
154
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
155
155
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
156
156
|
|
|
157
157
|
# HTTP header 'Content-Type'
|
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
65
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -136,7 +136,7 @@ module BillForward
|
|
|
136
136
|
header_params = {}
|
|
137
137
|
|
|
138
138
|
# HTTP header 'Accept' (if needed)
|
|
139
|
-
local_header_accept = ['application/json']
|
|
139
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
140
140
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
141
141
|
|
|
142
142
|
# HTTP header 'Content-Type'
|
|
@@ -200,7 +200,7 @@ module BillForward
|
|
|
200
200
|
header_params = {}
|
|
201
201
|
|
|
202
202
|
# HTTP header 'Accept' (if needed)
|
|
203
|
-
local_header_accept = ['application/json']
|
|
203
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
204
204
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
205
205
|
|
|
206
206
|
# HTTP header 'Content-Type'
|
|
@@ -256,7 +256,7 @@ module BillForward
|
|
|
256
256
|
header_params = {}
|
|
257
257
|
|
|
258
258
|
# HTTP header 'Accept' (if needed)
|
|
259
|
-
local_header_accept = ['application/json']
|
|
259
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
260
260
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
261
261
|
|
|
262
262
|
# HTTP header 'Content-Type'
|
|
@@ -319,7 +319,7 @@ module BillForward
|
|
|
319
319
|
header_params = {}
|
|
320
320
|
|
|
321
321
|
# HTTP header 'Accept' (if needed)
|
|
322
|
-
local_header_accept = ['application/json']
|
|
322
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
323
323
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
324
324
|
|
|
325
325
|
# HTTP header 'Content-Type'
|
|
@@ -379,11 +379,11 @@ module BillForward
|
|
|
379
379
|
header_params = {}
|
|
380
380
|
|
|
381
381
|
# HTTP header 'Accept' (if needed)
|
|
382
|
-
local_header_accept = ['application/json']
|
|
382
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
383
383
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
384
384
|
|
|
385
385
|
# HTTP header 'Content-Type'
|
|
386
|
-
local_header_content_type = ['application/json']
|
|
386
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
387
387
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
388
388
|
|
|
389
389
|
# form parameters
|
|
@@ -62,11 +62,11 @@ module BillForward
|
|
|
62
62
|
header_params = {}
|
|
63
63
|
|
|
64
64
|
# HTTP header 'Accept' (if needed)
|
|
65
|
-
local_header_accept = ['application/json']
|
|
65
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
66
66
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
67
67
|
|
|
68
68
|
# HTTP header 'Content-Type'
|
|
69
|
-
local_header_content_type = ['application/json']
|
|
69
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
70
70
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
@@ -119,11 +119,11 @@ module BillForward
|
|
|
119
119
|
header_params = {}
|
|
120
120
|
|
|
121
121
|
# HTTP header 'Accept' (if needed)
|
|
122
|
-
local_header_accept = ['application/json']
|
|
122
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
123
123
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
124
124
|
|
|
125
125
|
# HTTP header 'Content-Type'
|
|
126
|
-
local_header_content_type = ['application/json']
|
|
126
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
127
127
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
128
128
|
|
|
129
129
|
# form parameters
|
|
@@ -176,11 +176,11 @@ module BillForward
|
|
|
176
176
|
header_params = {}
|
|
177
177
|
|
|
178
178
|
# HTTP header 'Accept' (if needed)
|
|
179
|
-
local_header_accept = ['application/json']
|
|
179
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
180
180
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
181
181
|
|
|
182
182
|
# HTTP header 'Content-Type'
|
|
183
|
-
local_header_content_type = ['application/json']
|
|
183
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
184
184
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
185
185
|
|
|
186
186
|
# form parameters
|