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
|
@@ -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'
|
|
@@ -274,7 +274,7 @@ module BillForward
|
|
|
274
274
|
header_params = {}
|
|
275
275
|
|
|
276
276
|
# HTTP header 'Accept' (if needed)
|
|
277
|
-
local_header_accept = ['application/json']
|
|
277
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
278
278
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
279
279
|
|
|
280
280
|
# HTTP header 'Content-Type'
|
|
@@ -334,7 +334,7 @@ module BillForward
|
|
|
334
334
|
header_params = {}
|
|
335
335
|
|
|
336
336
|
# HTTP header 'Accept' (if needed)
|
|
337
|
-
local_header_accept = ['application/json']
|
|
337
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
338
338
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
339
339
|
|
|
340
340
|
# HTTP header 'Content-Type'
|
|
@@ -391,11 +391,11 @@ module BillForward
|
|
|
391
391
|
header_params = {}
|
|
392
392
|
|
|
393
393
|
# HTTP header 'Accept' (if needed)
|
|
394
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
394
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
395
395
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
396
396
|
|
|
397
397
|
# HTTP header 'Content-Type'
|
|
398
|
-
local_header_content_type = ['application/json']
|
|
398
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
399
399
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
400
400
|
|
|
401
401
|
# 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'
|
|
@@ -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'
|
|
@@ -313,11 +313,11 @@ module BillForward
|
|
|
313
313
|
header_params = {}
|
|
314
314
|
|
|
315
315
|
# HTTP header 'Accept' (if needed)
|
|
316
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
316
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
317
317
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
318
318
|
|
|
319
319
|
# HTTP header 'Content-Type'
|
|
320
|
-
local_header_content_type = ['application/json']
|
|
320
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
321
321
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
322
322
|
|
|
323
323
|
# 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'
|
|
@@ -201,7 +201,7 @@ module BillForward
|
|
|
201
201
|
header_params = {}
|
|
202
202
|
|
|
203
203
|
# HTTP header 'Accept' (if needed)
|
|
204
|
-
local_header_accept = ['application/json']
|
|
204
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
205
205
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
206
206
|
|
|
207
207
|
# HTTP header 'Content-Type'
|
|
@@ -275,7 +275,7 @@ module BillForward
|
|
|
275
275
|
header_params = {}
|
|
276
276
|
|
|
277
277
|
# HTTP header 'Accept' (if needed)
|
|
278
|
-
local_header_accept = ['application/json']
|
|
278
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
279
279
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
280
280
|
|
|
281
281
|
# HTTP header 'Content-Type'
|
|
@@ -353,7 +353,7 @@ module BillForward
|
|
|
353
353
|
header_params = {}
|
|
354
354
|
|
|
355
355
|
# HTTP header 'Accept' (if needed)
|
|
356
|
-
local_header_accept = ['application/json']
|
|
356
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
357
357
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
358
358
|
|
|
359
359
|
# HTTP header 'Content-Type'
|
|
@@ -431,7 +431,7 @@ module BillForward
|
|
|
431
431
|
header_params = {}
|
|
432
432
|
|
|
433
433
|
# HTTP header 'Accept' (if needed)
|
|
434
|
-
local_header_accept = ['application/json']
|
|
434
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
435
435
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
436
436
|
|
|
437
437
|
# HTTP header 'Content-Type'
|
|
@@ -491,7 +491,7 @@ module BillForward
|
|
|
491
491
|
header_params = {}
|
|
492
492
|
|
|
493
493
|
# HTTP header 'Accept' (if needed)
|
|
494
|
-
local_header_accept = ['application/json']
|
|
494
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
495
495
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
496
496
|
|
|
497
497
|
# HTTP header 'Content-Type'
|
|
@@ -569,7 +569,7 @@ module BillForward
|
|
|
569
569
|
header_params = {}
|
|
570
570
|
|
|
571
571
|
# HTTP header 'Accept' (if needed)
|
|
572
|
-
local_header_accept = ['application/json']
|
|
572
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
573
573
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
574
574
|
|
|
575
575
|
# HTTP header 'Content-Type'
|
|
@@ -651,7 +651,7 @@ module BillForward
|
|
|
651
651
|
header_params = {}
|
|
652
652
|
|
|
653
653
|
# HTTP header 'Accept' (if needed)
|
|
654
|
-
local_header_accept = ['application/json']
|
|
654
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
655
655
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
656
656
|
|
|
657
657
|
# HTTP header 'Content-Type'
|
|
@@ -708,11 +708,11 @@ module BillForward
|
|
|
708
708
|
header_params = {}
|
|
709
709
|
|
|
710
710
|
# HTTP header 'Accept' (if needed)
|
|
711
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
711
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
712
712
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
713
713
|
|
|
714
714
|
# HTTP header 'Content-Type'
|
|
715
|
-
local_header_content_type = ['application/json']
|
|
715
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
716
716
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
717
717
|
|
|
718
718
|
# 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'
|
|
@@ -184,7 +184,7 @@ module BillForward
|
|
|
184
184
|
header_params = {}
|
|
185
185
|
|
|
186
186
|
# HTTP header 'Accept' (if needed)
|
|
187
|
-
local_header_accept = ['application/json']
|
|
187
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
188
188
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
189
189
|
|
|
190
190
|
# HTTP header 'Content-Type'
|
|
@@ -250,7 +250,7 @@ module BillForward
|
|
|
250
250
|
header_params = {}
|
|
251
251
|
|
|
252
252
|
# HTTP header 'Accept' (if needed)
|
|
253
|
-
local_header_accept = ['application/json']
|
|
253
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
254
254
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
255
255
|
|
|
256
256
|
# HTTP header 'Content-Type'
|
|
@@ -310,7 +310,7 @@ module BillForward
|
|
|
310
310
|
header_params = {}
|
|
311
311
|
|
|
312
312
|
# HTTP header 'Accept' (if needed)
|
|
313
|
-
local_header_accept = ['application/json']
|
|
313
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
314
314
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
315
315
|
|
|
316
316
|
# HTTP header 'Content-Type'
|
|
@@ -370,7 +370,7 @@ module BillForward
|
|
|
370
370
|
header_params = {}
|
|
371
371
|
|
|
372
372
|
# HTTP header 'Accept' (if needed)
|
|
373
|
-
local_header_accept = ['application/json']
|
|
373
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
374
374
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
375
375
|
|
|
376
376
|
# HTTP header 'Content-Type'
|
|
@@ -427,11 +427,11 @@ module BillForward
|
|
|
427
427
|
header_params = {}
|
|
428
428
|
|
|
429
429
|
# HTTP header 'Accept' (if needed)
|
|
430
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
430
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
431
431
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
432
432
|
|
|
433
433
|
# HTTP header 'Content-Type'
|
|
434
|
-
local_header_content_type = ['application/json']
|
|
434
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
435
435
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
436
436
|
|
|
437
437
|
# 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'
|
|
@@ -193,7 +193,7 @@ module BillForward
|
|
|
193
193
|
header_params = {}
|
|
194
194
|
|
|
195
195
|
# HTTP header 'Accept' (if needed)
|
|
196
|
-
local_header_accept = ['application/json']
|
|
196
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
197
197
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
198
198
|
|
|
199
199
|
# HTTP header 'Content-Type'
|
|
@@ -253,7 +253,7 @@ module BillForward
|
|
|
253
253
|
header_params = {}
|
|
254
254
|
|
|
255
255
|
# HTTP header 'Accept' (if needed)
|
|
256
|
-
local_header_accept = ['application/json']
|
|
256
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
257
257
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
258
258
|
|
|
259
259
|
# HTTP header 'Content-Type'
|
|
@@ -313,7 +313,7 @@ module BillForward
|
|
|
313
313
|
header_params = {}
|
|
314
314
|
|
|
315
315
|
# HTTP header 'Accept' (if needed)
|
|
316
|
-
local_header_accept = ['application/json']
|
|
316
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
317
317
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
318
318
|
|
|
319
319
|
# 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 = ['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
|
|
@@ -121,11 +121,11 @@ module BillForward
|
|
|
121
121
|
header_params = {}
|
|
122
122
|
|
|
123
123
|
# HTTP header 'Accept' (if needed)
|
|
124
|
-
local_header_accept = ['application/json']
|
|
124
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
125
125
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
126
126
|
|
|
127
127
|
# HTTP header 'Content-Type'
|
|
128
|
-
local_header_content_type = ['application/json']
|
|
128
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
129
129
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
130
130
|
|
|
131
131
|
# form parameters
|
|
@@ -195,7 +195,7 @@ module BillForward
|
|
|
195
195
|
header_params = {}
|
|
196
196
|
|
|
197
197
|
# HTTP header 'Accept' (if needed)
|
|
198
|
-
local_header_accept = ['application/json']
|
|
198
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
199
199
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
200
200
|
|
|
201
201
|
# HTTP header 'Content-Type'
|
|
@@ -273,7 +273,7 @@ module BillForward
|
|
|
273
273
|
header_params = {}
|
|
274
274
|
|
|
275
275
|
# HTTP header 'Accept' (if needed)
|
|
276
|
-
local_header_accept = ['application/json']
|
|
276
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
277
277
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
278
278
|
|
|
279
279
|
# HTTP header 'Content-Type'
|
|
@@ -351,7 +351,7 @@ module BillForward
|
|
|
351
351
|
header_params = {}
|
|
352
352
|
|
|
353
353
|
# HTTP header 'Accept' (if needed)
|
|
354
|
-
local_header_accept = ['application/json']
|
|
354
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
355
355
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
356
356
|
|
|
357
357
|
# HTTP header 'Content-Type'
|
|
@@ -411,7 +411,7 @@ module BillForward
|
|
|
411
411
|
header_params = {}
|
|
412
412
|
|
|
413
413
|
# HTTP header 'Accept' (if needed)
|
|
414
|
-
local_header_accept = ['application/json']
|
|
414
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
415
415
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
416
416
|
|
|
417
417
|
# HTTP header 'Content-Type'
|
|
@@ -489,7 +489,7 @@ module BillForward
|
|
|
489
489
|
header_params = {}
|
|
490
490
|
|
|
491
491
|
# HTTP header 'Accept' (if needed)
|
|
492
|
-
local_header_accept = ['application/json']
|
|
492
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
493
493
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
494
494
|
|
|
495
495
|
# HTTP header 'Content-Type'
|
|
@@ -551,7 +551,7 @@ module BillForward
|
|
|
551
551
|
header_params = {}
|
|
552
552
|
|
|
553
553
|
# HTTP header 'Accept' (if needed)
|
|
554
|
-
local_header_accept = ['application/json']
|
|
554
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
555
555
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
556
556
|
|
|
557
557
|
# 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
|
|
@@ -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'
|
|
@@ -197,7 +197,7 @@ module BillForward
|
|
|
197
197
|
header_params = {}
|
|
198
198
|
|
|
199
199
|
# HTTP header 'Accept' (if needed)
|
|
200
|
-
local_header_accept = ['application/json']
|
|
200
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
201
201
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
202
202
|
|
|
203
203
|
# HTTP header 'Content-Type'
|
|
@@ -272,7 +272,7 @@ module BillForward
|
|
|
272
272
|
header_params = {}
|
|
273
273
|
|
|
274
274
|
# HTTP header 'Accept' (if needed)
|
|
275
|
-
local_header_accept = ['application/json']
|
|
275
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
276
276
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
277
277
|
|
|
278
278
|
# HTTP header 'Content-Type'
|
|
@@ -347,7 +347,7 @@ module BillForward
|
|
|
347
347
|
header_params = {}
|
|
348
348
|
|
|
349
349
|
# HTTP header 'Accept' (if needed)
|
|
350
|
-
local_header_accept = ['application/json']
|
|
350
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
351
351
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
352
352
|
|
|
353
353
|
# HTTP header 'Content-Type'
|
|
@@ -409,7 +409,7 @@ module BillForward
|
|
|
409
409
|
header_params = {}
|
|
410
410
|
|
|
411
411
|
# HTTP header 'Accept' (if needed)
|
|
412
|
-
local_header_accept = ['application/json']
|
|
412
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
413
413
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
414
414
|
|
|
415
415
|
# HTTP header 'Content-Type'
|