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
|
@@ -84,7 +84,7 @@ module BillForward
|
|
|
84
84
|
header_params = {}
|
|
85
85
|
|
|
86
86
|
# HTTP header 'Accept' (if needed)
|
|
87
|
-
local_header_accept = ['application/json']
|
|
87
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
88
88
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
89
89
|
|
|
90
90
|
# HTTP header 'Content-Type'
|
|
@@ -159,7 +159,7 @@ module BillForward
|
|
|
159
159
|
header_params = {}
|
|
160
160
|
|
|
161
161
|
# HTTP header 'Accept' (if needed)
|
|
162
|
-
local_header_accept = ['application/json']
|
|
162
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
163
163
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
164
164
|
|
|
165
165
|
# HTTP header 'Content-Type'
|
|
@@ -238,7 +238,7 @@ module BillForward
|
|
|
238
238
|
header_params = {}
|
|
239
239
|
|
|
240
240
|
# HTTP header 'Accept' (if needed)
|
|
241
|
-
local_header_accept = ['application/json']
|
|
241
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
242
242
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
243
243
|
|
|
244
244
|
# 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
|
|
@@ -140,7 +140,7 @@ module BillForward
|
|
|
140
140
|
header_params = {}
|
|
141
141
|
|
|
142
142
|
# HTTP header 'Accept' (if needed)
|
|
143
|
-
local_header_accept = ['application/json']
|
|
143
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
144
144
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
145
145
|
|
|
146
146
|
# HTTP header 'Content-Type'
|
|
@@ -218,7 +218,7 @@ module BillForward
|
|
|
218
218
|
header_params = {}
|
|
219
219
|
|
|
220
220
|
# HTTP header 'Accept' (if needed)
|
|
221
|
-
local_header_accept = ['application/json']
|
|
221
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
222
222
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
223
223
|
|
|
224
224
|
# HTTP header 'Content-Type'
|
|
@@ -275,11 +275,11 @@ module BillForward
|
|
|
275
275
|
header_params = {}
|
|
276
276
|
|
|
277
277
|
# HTTP header 'Accept' (if needed)
|
|
278
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
278
|
+
local_header_accept = ['text/xml', 'application/xml', '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'
|
|
282
|
-
local_header_content_type = ['application/json']
|
|
282
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
283
283
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
284
284
|
|
|
285
285
|
# 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'
|
|
@@ -155,7 +155,7 @@ module BillForward
|
|
|
155
155
|
header_params = {}
|
|
156
156
|
|
|
157
157
|
# HTTP header 'Accept' (if needed)
|
|
158
|
-
local_header_accept = ['application/json']
|
|
158
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
159
159
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
160
160
|
|
|
161
161
|
# HTTP header 'Content-Type'
|
|
@@ -212,11 +212,11 @@ module BillForward
|
|
|
212
212
|
header_params = {}
|
|
213
213
|
|
|
214
214
|
# HTTP header 'Accept' (if needed)
|
|
215
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
215
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
216
216
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
217
217
|
|
|
218
218
|
# HTTP header 'Content-Type'
|
|
219
|
-
local_header_content_type = ['application/json']
|
|
219
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
220
220
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
221
221
|
|
|
222
222
|
# form parameters
|
|
@@ -269,11 +269,11 @@ module BillForward
|
|
|
269
269
|
header_params = {}
|
|
270
270
|
|
|
271
271
|
# HTTP header 'Accept' (if needed)
|
|
272
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
272
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
273
273
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
274
274
|
|
|
275
275
|
# HTTP header 'Content-Type'
|
|
276
|
-
local_header_content_type = ['application/json']
|
|
276
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
277
277
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
278
278
|
|
|
279
279
|
# 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
|
|
@@ -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
|
|
@@ -119,11 +119,11 @@ module BillForward
|
|
|
119
119
|
header_params = {}
|
|
120
120
|
|
|
121
121
|
# HTTP header 'Accept' (if needed)
|
|
122
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
122
|
+
local_header_accept = ['text/xml', 'application/xml', '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
|
|
@@ -190,7 +190,7 @@ module BillForward
|
|
|
190
190
|
header_params = {}
|
|
191
191
|
|
|
192
192
|
# HTTP header 'Accept' (if needed)
|
|
193
|
-
local_header_accept = ['application/json']
|
|
193
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
194
194
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
195
195
|
|
|
196
196
|
# 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'
|
|
@@ -430,7 +430,7 @@ module BillForward
|
|
|
430
430
|
header_params = {}
|
|
431
431
|
|
|
432
432
|
# HTTP header 'Accept' (if needed)
|
|
433
|
-
local_header_accept = ['application/json']
|
|
433
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
434
434
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
435
435
|
|
|
436
436
|
# HTTP header 'Content-Type'
|
|
@@ -487,11 +487,11 @@ module BillForward
|
|
|
487
487
|
header_params = {}
|
|
488
488
|
|
|
489
489
|
# HTTP header 'Accept' (if needed)
|
|
490
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
490
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
491
491
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
492
492
|
|
|
493
493
|
# HTTP header 'Content-Type'
|
|
494
|
-
local_header_content_type = ['application/json']
|
|
494
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
495
495
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
496
496
|
|
|
497
497
|
# form parameters
|
|
@@ -549,7 +549,7 @@ module BillForward
|
|
|
549
549
|
header_params = {}
|
|
550
550
|
|
|
551
551
|
# HTTP header 'Accept' (if needed)
|
|
552
|
-
local_header_accept = ['application/json']
|
|
552
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
553
553
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
554
554
|
|
|
555
555
|
# HTTP header 'Content-Type'
|
|
@@ -606,11 +606,11 @@ module BillForward
|
|
|
606
606
|
header_params = {}
|
|
607
607
|
|
|
608
608
|
# HTTP header 'Accept' (if needed)
|
|
609
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
609
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
610
610
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
611
611
|
|
|
612
612
|
# HTTP header 'Content-Type'
|
|
613
|
-
local_header_content_type = ['application/json']
|
|
613
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
614
614
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
615
615
|
|
|
616
616
|
# form parameters
|
|
@@ -663,11 +663,11 @@ module BillForward
|
|
|
663
663
|
header_params = {}
|
|
664
664
|
|
|
665
665
|
# HTTP header 'Accept' (if needed)
|
|
666
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
666
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
667
667
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
668
668
|
|
|
669
669
|
# HTTP header 'Content-Type'
|
|
670
|
-
local_header_content_type = ['application/json']
|
|
670
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
671
671
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
672
672
|
|
|
673
673
|
# 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
|
|
@@ -119,11 +119,11 @@ module BillForward
|
|
|
119
119
|
header_params = {}
|
|
120
120
|
|
|
121
121
|
# HTTP header 'Accept' (if needed)
|
|
122
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
122
|
+
local_header_accept = ['text/xml', 'application/xml', '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 = ['text/xml', 'application/xml', 'application/json']
|
|
179
|
+
local_header_accept = ['text/xml', 'application/xml', '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
|
|
@@ -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
|
|
@@ -290,11 +290,11 @@ module BillForward
|
|
|
290
290
|
header_params = {}
|
|
291
291
|
|
|
292
292
|
# HTTP header 'Accept' (if needed)
|
|
293
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
293
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
294
294
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
295
295
|
|
|
296
296
|
# HTTP header 'Content-Type'
|
|
297
|
-
local_header_content_type = ['application/json']
|
|
297
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
298
298
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
299
299
|
|
|
300
300
|
# form parameters
|
|
@@ -350,7 +350,7 @@ module BillForward
|
|
|
350
350
|
header_params = {}
|
|
351
351
|
|
|
352
352
|
# HTTP header 'Accept' (if needed)
|
|
353
|
-
local_header_accept = ['application/json']
|
|
353
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
354
354
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
355
355
|
|
|
356
356
|
# HTTP header 'Content-Type'
|
|
@@ -410,7 +410,7 @@ module BillForward
|
|
|
410
410
|
header_params = {}
|
|
411
411
|
|
|
412
412
|
# HTTP header 'Accept' (if needed)
|
|
413
|
-
local_header_accept = ['application/json']
|
|
413
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
414
414
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
415
415
|
|
|
416
416
|
# HTTP header 'Content-Type'
|
|
@@ -470,7 +470,7 @@ module BillForward
|
|
|
470
470
|
header_params = {}
|
|
471
471
|
|
|
472
472
|
# HTTP header 'Accept' (if needed)
|
|
473
|
-
local_header_accept = ['application/json']
|
|
473
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
474
474
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
475
475
|
|
|
476
476
|
# HTTP header 'Content-Type'
|
|
@@ -530,7 +530,7 @@ module BillForward
|
|
|
530
530
|
header_params = {}
|
|
531
531
|
|
|
532
532
|
# HTTP header 'Accept' (if needed)
|
|
533
|
-
local_header_accept = ['application/json']
|
|
533
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
534
534
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
535
535
|
|
|
536
536
|
# HTTP header 'Content-Type'
|
|
@@ -587,11 +587,11 @@ module BillForward
|
|
|
587
587
|
header_params = {}
|
|
588
588
|
|
|
589
589
|
# HTTP header 'Accept' (if needed)
|
|
590
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
590
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
591
591
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
592
592
|
|
|
593
593
|
# HTTP header 'Content-Type'
|
|
594
|
-
local_header_content_type = ['application/json']
|
|
594
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
595
595
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
596
596
|
|
|
597
597
|
# form parameters
|
|
@@ -644,11 +644,11 @@ module BillForward
|
|
|
644
644
|
header_params = {}
|
|
645
645
|
|
|
646
646
|
# HTTP header 'Accept' (if needed)
|
|
647
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
647
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
648
648
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
649
649
|
|
|
650
650
|
# HTTP header 'Content-Type'
|
|
651
|
-
local_header_content_type = ['application/json']
|
|
651
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
652
652
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
653
653
|
|
|
654
654
|
# form parameters
|
|
@@ -701,11 +701,11 @@ module BillForward
|
|
|
701
701
|
header_params = {}
|
|
702
702
|
|
|
703
703
|
# HTTP header 'Accept' (if needed)
|
|
704
|
-
local_header_accept = ['application/json']
|
|
704
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
705
705
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
706
706
|
|
|
707
707
|
# HTTP header 'Content-Type'
|
|
708
|
-
local_header_content_type = ['application/json']
|
|
708
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
709
709
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
710
710
|
|
|
711
711
|
# form parameters
|
|
@@ -758,11 +758,11 @@ module BillForward
|
|
|
758
758
|
header_params = {}
|
|
759
759
|
|
|
760
760
|
# HTTP header 'Accept' (if needed)
|
|
761
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
761
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
762
762
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
763
763
|
|
|
764
764
|
# HTTP header 'Content-Type'
|
|
765
|
-
local_header_content_type = ['application/json']
|
|
765
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
766
766
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
767
767
|
|
|
768
768
|
# 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
|
|
@@ -119,11 +119,11 @@ module BillForward
|
|
|
119
119
|
header_params = {}
|
|
120
120
|
|
|
121
121
|
# HTTP header 'Accept' (if needed)
|
|
122
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
122
|
+
local_header_accept = ['text/xml', 'application/xml', '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
|
|
@@ -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'
|
|
@@ -315,7 +315,7 @@ module BillForward
|
|
|
315
315
|
header_params = {}
|
|
316
316
|
|
|
317
317
|
# HTTP header 'Accept' (if needed)
|
|
318
|
-
local_header_accept = ['application/json']
|
|
318
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
319
319
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
320
320
|
|
|
321
321
|
# HTTP header 'Content-Type'
|
|
@@ -372,11 +372,11 @@ module BillForward
|
|
|
372
372
|
header_params = {}
|
|
373
373
|
|
|
374
374
|
# HTTP header 'Accept' (if needed)
|
|
375
|
-
local_header_accept = ['text/xml', 'application/xml', 'application/json']
|
|
375
|
+
local_header_accept = ['text/xml', 'application/xml', 'application/json; charset=utf-8']
|
|
376
376
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
377
377
|
|
|
378
378
|
# HTTP header 'Content-Type'
|
|
379
|
-
local_header_content_type = ['application/json']
|
|
379
|
+
local_header_content_type = ['application/json; charset=utf-8']
|
|
380
380
|
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
|
381
381
|
|
|
382
382
|
# form parameters
|
|
@@ -432,7 +432,7 @@ module BillForward
|
|
|
432
432
|
header_params = {}
|
|
433
433
|
|
|
434
434
|
# HTTP header 'Accept' (if needed)
|
|
435
|
-
local_header_accept = ['application/json']
|
|
435
|
+
local_header_accept = ['application/json; charset=utf-8']
|
|
436
436
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
|
437
437
|
|
|
438
438
|
# HTTP header 'Content-Type'
|