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'
|
|
@@ -186,7 +186,7 @@ module BillForward
|
|
|
186
186
|
header_params = {}
|
|
187
187
|
|
|
188
188
|
# HTTP header 'Accept' (if needed)
|
|
189
|
-
local_header_accept = ['application/json']
|
|
189
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
190
190
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
191
191
|
|
|
192
192
|
# HTTP header 'Content-Type'
|
|
@@ -243,11 +243,11 @@ module BillForward
|
|
|
243
243
|
header_params = {}
|
|
244
244
|
|
|
245
245
|
# HTTP header 'Accept' (if needed)
|
|
246
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
246
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
247
247
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
248
248
|
|
|
249
249
|
# HTTP header 'Content-Type'
|
|
250
|
-
local_header_content_type = ['application/json']
|
|
250
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
251
251
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
252
252
|
|
|
253
253
|
# 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
|
|
@@ -133,7 +133,7 @@ module BillForward
|
|
|
133
133
|
header_params = {}
|
|
134
134
|
|
|
135
135
|
# HTTP header 'Accept' (if needed)
|
|
136
|
-
local_header_accept = ['application/json']
|
|
136
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
137
137
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
138
138
|
|
|
139
139
|
# 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'
|
|
@@ -257,7 +257,7 @@ module BillForward
|
|
|
257
257
|
header_params = {}
|
|
258
258
|
|
|
259
259
|
# HTTP header 'Accept' (if needed)
|
|
260
|
-
local_header_accept = ['application/json']
|
|
260
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
261
261
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
262
262
|
|
|
263
263
|
# HTTP header 'Content-Type'
|
|
@@ -317,7 +317,7 @@ module BillForward
|
|
|
317
317
|
header_params = {}
|
|
318
318
|
|
|
319
319
|
# HTTP header 'Accept' (if needed)
|
|
320
|
-
local_header_accept = ['application/json']
|
|
320
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
321
321
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
322
322
|
|
|
323
323
|
# HTTP header 'Content-Type'
|
|
@@ -374,11 +374,11 @@ module BillForward
|
|
|
374
374
|
header_params = {}
|
|
375
375
|
|
|
376
376
|
# HTTP header 'Accept' (if needed)
|
|
377
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
377
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
378
378
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
379
379
|
|
|
380
380
|
# HTTP header 'Content-Type'
|
|
381
|
-
local_header_content_type = ['application/json']
|
|
381
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
382
382
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
383
383
|
|
|
384
384
|
# 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
|
|
@@ -133,7 +133,7 @@ module BillForward
|
|
|
133
133
|
header_params = {}
|
|
134
134
|
|
|
135
135
|
# HTTP header 'Accept' (if needed)
|
|
136
|
-
local_header_accept = ['application/json']
|
|
136
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
137
137
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
138
138
|
|
|
139
139
|
# 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'
|
|
@@ -257,7 +257,7 @@ module BillForward
|
|
|
257
257
|
header_params = {}
|
|
258
258
|
|
|
259
259
|
# HTTP header 'Accept' (if needed)
|
|
260
|
-
local_header_accept = ['application/json']
|
|
260
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
261
261
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
262
262
|
|
|
263
263
|
# HTTP header 'Content-Type'
|
|
@@ -321,7 +321,7 @@ module BillForward
|
|
|
321
321
|
header_params = {}
|
|
322
322
|
|
|
323
323
|
# HTTP header 'Accept' (if needed)
|
|
324
|
-
local_header_accept = ['application/json']
|
|
324
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
325
325
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
326
326
|
|
|
327
327
|
# HTTP header 'Content-Type'
|
|
@@ -385,7 +385,7 @@ module BillForward
|
|
|
385
385
|
header_params = {}
|
|
386
386
|
|
|
387
387
|
# HTTP header 'Accept' (if needed)
|
|
388
|
-
local_header_accept = ['application/json']
|
|
388
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
389
389
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
390
390
|
|
|
391
391
|
# HTTP header 'Content-Type'
|
|
@@ -449,7 +449,7 @@ module BillForward
|
|
|
449
449
|
header_params = {}
|
|
450
450
|
|
|
451
451
|
# HTTP header 'Accept' (if needed)
|
|
452
|
-
local_header_accept = ['application/json']
|
|
452
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
453
453
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
454
454
|
|
|
455
455
|
# HTTP header 'Content-Type'
|
|
@@ -506,11 +506,11 @@ module BillForward
|
|
|
506
506
|
header_params = {}
|
|
507
507
|
|
|
508
508
|
# HTTP header 'Accept' (if needed)
|
|
509
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
509
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
510
510
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
511
511
|
|
|
512
512
|
# HTTP header 'Content-Type'
|
|
513
|
-
local_header_content_type = ['application/json']
|
|
513
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
514
514
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
515
515
|
|
|
516
516
|
# 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
|
|
@@ -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'
|
|
@@ -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'
|
|
@@ -352,7 +352,7 @@ module BillForward
|
|
|
352
352
|
header_params = {}
|
|
353
353
|
|
|
354
354
|
# HTTP header 'Accept' (if needed)
|
|
355
|
-
local_header_accept = ['application/json']
|
|
355
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
356
356
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
357
357
|
|
|
358
358
|
# HTTP header 'Content-Type'
|
|
@@ -409,11 +409,11 @@ module BillForward
|
|
|
409
409
|
header_params = {}
|
|
410
410
|
|
|
411
411
|
# HTTP header 'Accept' (if needed)
|
|
412
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
412
|
+
local_header_accept = ['text/xml', 'application/xml', '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'
|
|
416
|
-
local_header_content_type = ['application/json']
|
|
416
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
417
417
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
418
418
|
|
|
419
419
|
# 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
|
|
@@ -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'
|
|
@@ -214,7 +214,7 @@ module BillForward
|
|
|
214
214
|
header_params = {}
|
|
215
215
|
|
|
216
216
|
# HTTP header 'Accept' (if needed)
|
|
217
|
-
local_header_accept = ['application/json']
|
|
217
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
218
218
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
219
219
|
|
|
220
220
|
# HTTP header 'Content-Type'
|
|
@@ -296,7 +296,7 @@ module BillForward
|
|
|
296
296
|
header_params = {}
|
|
297
297
|
|
|
298
298
|
# HTTP header 'Accept' (if needed)
|
|
299
|
-
local_header_accept = ['application/json']
|
|
299
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
300
300
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
301
301
|
|
|
302
302
|
# HTTP header 'Content-Type'
|
|
@@ -374,7 +374,7 @@ module BillForward
|
|
|
374
374
|
header_params = {}
|
|
375
375
|
|
|
376
376
|
# HTTP header 'Accept' (if needed)
|
|
377
|
-
local_header_accept = ['application/json']
|
|
377
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
378
378
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
379
379
|
|
|
380
380
|
# HTTP header 'Content-Type'
|
|
@@ -452,7 +452,7 @@ module BillForward
|
|
|
452
452
|
header_params = {}
|
|
453
453
|
|
|
454
454
|
# HTTP header 'Accept' (if needed)
|
|
455
|
-
local_header_accept = ['application/json']
|
|
455
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
456
456
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
457
457
|
|
|
458
458
|
# HTTP header 'Content-Type'
|
|
@@ -512,7 +512,7 @@ module BillForward
|
|
|
512
512
|
header_params = {}
|
|
513
513
|
|
|
514
514
|
# HTTP header 'Accept' (if needed)
|
|
515
|
-
local_header_accept = ['application/json']
|
|
515
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
516
516
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
517
517
|
|
|
518
518
|
# HTTP header 'Content-Type'
|
|
@@ -574,7 +574,7 @@ module BillForward
|
|
|
574
574
|
header_params = {}
|
|
575
575
|
|
|
576
576
|
# HTTP header 'Accept' (if needed)
|
|
577
|
-
local_header_accept = ['application/json']
|
|
577
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
578
578
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
579
579
|
|
|
580
580
|
# HTTP header 'Content-Type'
|
|
@@ -631,11 +631,11 @@ module BillForward
|
|
|
631
631
|
header_params = {}
|
|
632
632
|
|
|
633
633
|
# HTTP header 'Accept' (if needed)
|
|
634
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
634
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
635
635
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
636
636
|
|
|
637
637
|
# HTTP header 'Content-Type'
|
|
638
|
-
local_header_content_type = ['application/json']
|
|
638
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
639
639
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
640
640
|
|
|
641
641
|
# form parameters
|
|
@@ -62,7 +62,7 @@ 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'
|
|
@@ -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
|
|
@@ -117,11 +117,11 @@ 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'
|
|
124
|
-
local_header_content_type = ['application/json']
|
|
124
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
125
125
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
126
126
|
|
|
127
127
|
# form parameters
|
|
@@ -233,11 +233,11 @@ module BillForward
|
|
|
233
233
|
header_params = {}
|
|
234
234
|
|
|
235
235
|
# HTTP header 'Accept' (if needed)
|
|
236
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
236
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
237
237
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
238
238
|
|
|
239
239
|
# HTTP header 'Content-Type'
|
|
240
|
-
local_header_content_type = ['application/json']
|
|
240
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
241
241
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
242
242
|
|
|
243
243
|
# 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
|
|
@@ -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'
|
|
@@ -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'
|
|
@@ -253,11 +253,11 @@ module BillForward
|
|
|
253
253
|
header_params = {}
|
|
254
254
|
|
|
255
255
|
# HTTP header 'Accept' (if needed)
|
|
256
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
256
|
+
local_header_accept = ['text/xml', 'application/xml', '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'
|
|
260
|
-
local_header_content_type = ['application/json']
|
|
260
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
261
261
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
262
262
|
|
|
263
263
|
# 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
|
|
@@ -141,7 +141,7 @@ module BillForward
|
|
|
141
141
|
header_params = {}
|
|
142
142
|
|
|
143
143
|
# HTTP header 'Accept' (if needed)
|
|
144
|
-
local_header_accept = ['application/json']
|
|
144
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
145
145
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
146
146
|
|
|
147
147
|
# HTTP header 'Content-Type'
|
|
@@ -216,7 +216,7 @@ module BillForward
|
|
|
216
216
|
header_params = {}
|
|
217
217
|
|
|
218
218
|
# HTTP header 'Accept' (if needed)
|
|
219
|
-
local_header_accept = ['application/json']
|
|
219
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
220
220
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
221
221
|
|
|
222
222
|
# HTTP header 'Content-Type'
|
|
@@ -303,7 +303,7 @@ module BillForward
|
|
|
303
303
|
header_params = {}
|
|
304
304
|
|
|
305
305
|
# HTTP header 'Accept' (if needed)
|
|
306
|
-
local_header_accept = ['application/json']
|
|
306
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
307
307
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
308
308
|
|
|
309
309
|
# HTTP header 'Content-Type'
|
|
@@ -360,11 +360,11 @@ module BillForward
|
|
|
360
360
|
header_params = {}
|
|
361
361
|
|
|
362
362
|
# HTTP header 'Accept' (if needed)
|
|
363
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
363
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
364
364
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
365
365
|
|
|
366
366
|
# HTTP header 'Content-Type'
|
|
367
|
-
local_header_content_type = ['application/json']
|
|
367
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
368
368
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
369
369
|
|
|
370
370
|
# form parameters
|