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
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#BillForward REST API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
|
|
10
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
+
you may not use this file except in compliance with the License.
|
|
12
|
+
You may obtain a copy of the License at
|
|
13
|
+
|
|
14
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
+
|
|
16
|
+
Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
See the License for the specific language governing permissions and
|
|
20
|
+
limitations under the License.
|
|
21
|
+
|
|
22
|
+
=end
|
|
23
|
+
|
|
24
|
+
require 'spec_helper'
|
|
25
|
+
require 'json'
|
|
26
|
+
require 'date'
|
|
27
|
+
|
|
28
|
+
# Unit tests for BillForward::UpdatePricingComponentValueRequest
|
|
29
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
30
|
+
# Please update as you see appropriate
|
|
31
|
+
describe 'UpdatePricingComponentValueRequest' do
|
|
32
|
+
before do
|
|
33
|
+
# run before each test
|
|
34
|
+
@instance = BillForward::UpdatePricingComponentValueRequest.new
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
after do
|
|
38
|
+
# run after each test
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test an instance of UpdatePricingComponentValueRequest' do
|
|
42
|
+
it 'should create an instact of UpdatePricingComponentValueRequest' do
|
|
43
|
+
expect(@instance).to be_instance_of(BillForward::UpdatePricingComponentValueRequest)
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
describe 'test attribute "change_mode"' do
|
|
47
|
+
it 'should work' do
|
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
49
|
+
#validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["Default", "Immediate", "AtPeriodEnd"])
|
|
50
|
+
#validator.allowable_values.each do |value|
|
|
51
|
+
# expect { @instance.change_mode = value }.not_to raise_error
|
|
52
|
+
#end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
describe 'test attribute "value"' do
|
|
57
|
+
it 'should work' do
|
|
58
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
59
|
+
end
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
describe 'test attribute "logical_component_id"' do
|
|
63
|
+
it 'should work' do
|
|
64
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
65
|
+
end
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
end
|
|
69
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#BillForward REST API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
|
|
10
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
+
you may not use this file except in compliance with the License.
|
|
12
|
+
You may obtain a copy of the License at
|
|
13
|
+
|
|
14
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
+
|
|
16
|
+
Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
See the License for the specific language governing permissions and
|
|
20
|
+
limitations under the License.
|
|
21
|
+
|
|
22
|
+
=end
|
|
23
|
+
|
|
24
|
+
require 'spec_helper'
|
|
25
|
+
require 'json'
|
|
26
|
+
require 'date'
|
|
27
|
+
|
|
28
|
+
# Unit tests for BillForward::UpdatePricingComponentValueResponsePagedMetadata
|
|
29
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
30
|
+
# Please update as you see appropriate
|
|
31
|
+
describe 'UpdatePricingComponentValueResponsePagedMetadata' do
|
|
32
|
+
before do
|
|
33
|
+
# run before each test
|
|
34
|
+
@instance = BillForward::UpdatePricingComponentValueResponsePagedMetadata.new
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
after do
|
|
38
|
+
# run after each test
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test an instance of UpdatePricingComponentValueResponsePagedMetadata' do
|
|
42
|
+
it 'should create an instact of UpdatePricingComponentValueResponsePagedMetadata' do
|
|
43
|
+
expect(@instance).to be_instance_of(BillForward::UpdatePricingComponentValueResponsePagedMetadata)
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
describe 'test attribute "next_page"' do
|
|
47
|
+
it 'should work' do
|
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
describe 'test attribute "current_page"' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
describe 'test attribute "current_offset"' do
|
|
59
|
+
it 'should work' do
|
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
describe 'test attribute "records_requested"' do
|
|
65
|
+
it 'should work' do
|
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
describe 'test attribute "records_returned"' do
|
|
71
|
+
it 'should work' do
|
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
describe 'test attribute "execution_time"' do
|
|
77
|
+
it 'should work' do
|
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
describe 'test attribute "results"' do
|
|
83
|
+
it 'should work' do
|
|
84
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
85
|
+
end
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
end
|
|
89
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#BillForward REST API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 1.0.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
|
|
10
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
+
you may not use this file except in compliance with the License.
|
|
12
|
+
You may obtain a copy of the License at
|
|
13
|
+
|
|
14
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
+
|
|
16
|
+
Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
See the License for the specific language governing permissions and
|
|
20
|
+
limitations under the License.
|
|
21
|
+
|
|
22
|
+
=end
|
|
23
|
+
|
|
24
|
+
require 'spec_helper'
|
|
25
|
+
require 'json'
|
|
26
|
+
require 'date'
|
|
27
|
+
|
|
28
|
+
# Unit tests for BillForward::UpdatePricingComponentValueResponse
|
|
29
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
30
|
+
# Please update as you see appropriate
|
|
31
|
+
describe 'UpdatePricingComponentValueResponse' do
|
|
32
|
+
before do
|
|
33
|
+
# run before each test
|
|
34
|
+
@instance = BillForward::UpdatePricingComponentValueResponse.new
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
after do
|
|
38
|
+
# run after each test
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test an instance of UpdatePricingComponentValueResponse' do
|
|
42
|
+
it 'should create an instact of UpdatePricingComponentValueResponse' do
|
|
43
|
+
expect(@instance).to be_instance_of(BillForward::UpdatePricingComponentValueResponse)
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
describe 'test attribute "changes"' do
|
|
47
|
+
it 'should work' do
|
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
describe 'test attribute "invoice"' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
end
|
|
59
|
+
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bf_ruby2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2016.
|
|
4
|
+
version: 1.2016.230
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- BillForward
|
|
@@ -200,6 +200,7 @@ files:
|
|
|
200
200
|
- LICENSE
|
|
201
201
|
- README.md
|
|
202
202
|
- bf_ruby2-1.0.0.gem
|
|
203
|
+
- bf_ruby2-1.2016.229.gem
|
|
203
204
|
- bf_ruby2.gemspec
|
|
204
205
|
- docs/APIConfigurationPagedMetadata.md
|
|
205
206
|
- docs/APIQuote.md
|
|
@@ -211,6 +212,9 @@ files:
|
|
|
211
212
|
- docs/AccountPaymentsResultPagedMetadata.md
|
|
212
213
|
- docs/AccountsApi.md
|
|
213
214
|
- docs/AddChargeRequest.md
|
|
215
|
+
- docs/AddChargeToAccountResponse.md
|
|
216
|
+
- docs/AddChargeToAccountResponsePagedMetadata.md
|
|
217
|
+
- docs/AddChargesToAccountAPIRequest.md
|
|
214
218
|
- docs/AddCouponCodeRequest.md
|
|
215
219
|
- docs/AddPaymentMethodRequest.md
|
|
216
220
|
- docs/AddTaxationStrategyRequest.md
|
|
@@ -233,6 +237,7 @@ files:
|
|
|
233
237
|
- docs/BFPermission.md
|
|
234
238
|
- docs/BFPermissionPagedMetadata.md
|
|
235
239
|
- docs/BankAccountVerificationPagedMetadata.md
|
|
240
|
+
- docs/BatchUpdatePricingComponentValuesRequest.md
|
|
236
241
|
- docs/BillforwardManagedPaymentsResultPagedMetadata.md
|
|
237
242
|
- docs/BillingEntityBase.md
|
|
238
243
|
- docs/BraintreeAuthCaptureRequest.md
|
|
@@ -345,6 +350,7 @@ files:
|
|
|
345
350
|
- docs/MigrationRequest.md
|
|
346
351
|
- docs/ModelAlias.md
|
|
347
352
|
- docs/MutableBillingEntity.md
|
|
353
|
+
- docs/NestedChargeRequest.md
|
|
348
354
|
- docs/Notification.md
|
|
349
355
|
- docs/NotificationPagedMetadata.md
|
|
350
356
|
- docs/NotificationsApi.md
|
|
@@ -409,6 +415,9 @@ files:
|
|
|
409
415
|
- docs/QuoteRequest.md
|
|
410
416
|
- docs/QuoteRequestValue.md
|
|
411
417
|
- docs/QuotesApi.md
|
|
418
|
+
- docs/RecalculateChargeBatchRequest.md
|
|
419
|
+
- docs/RecalculateChargeBatchResponse.md
|
|
420
|
+
- docs/RecalculateChargeBatchResponsePagedMetadata.md
|
|
412
421
|
- docs/RecalculateChargeRequest.md
|
|
413
422
|
- docs/Receipt.md
|
|
414
423
|
- docs/ReceiptPagedMetadata.md
|
|
@@ -428,6 +437,7 @@ files:
|
|
|
428
437
|
- docs/SearchApi.md
|
|
429
438
|
- docs/SearchResultPagedMetadata.md
|
|
430
439
|
- docs/ServiceEndAmendment.md
|
|
440
|
+
- docs/SingleRecalculateChargeRequest.md
|
|
431
441
|
- docs/StripeACHTokenPagedMetadata.md
|
|
432
442
|
- docs/StripeAuthCaptureRequest.md
|
|
433
443
|
- docs/StripeObject.md
|
|
@@ -467,6 +477,10 @@ files:
|
|
|
467
477
|
- docs/UnitofmeasureApi.md
|
|
468
478
|
- docs/UpdateAddressRequest.md
|
|
469
479
|
- docs/UpdateComponentValueAmendment.md
|
|
480
|
+
- docs/UpdatePricingComponentValueChangeResult.md
|
|
481
|
+
- docs/UpdatePricingComponentValueRequest.md
|
|
482
|
+
- docs/UpdatePricingComponentValueResponse.md
|
|
483
|
+
- docs/UpdatePricingComponentValueResponsePagedMetadata.md
|
|
470
484
|
- docs/UpdateProfileRequest.md
|
|
471
485
|
- docs/UpdateRoleRequest.md
|
|
472
486
|
- docs/UpdateSubscriptionRequest.md
|
|
@@ -564,6 +578,9 @@ files:
|
|
|
564
578
|
- lib/bf_ruby2/models/account_paged_metadata.rb
|
|
565
579
|
- lib/bf_ruby2/models/account_payments_result_paged_metadata.rb
|
|
566
580
|
- lib/bf_ruby2/models/add_charge_request.rb
|
|
581
|
+
- lib/bf_ruby2/models/add_charge_to_account_response.rb
|
|
582
|
+
- lib/bf_ruby2/models/add_charge_to_account_response_paged_metadata.rb
|
|
583
|
+
- lib/bf_ruby2/models/add_charges_to_account_api_request.rb
|
|
567
584
|
- lib/bf_ruby2/models/add_coupon_code_request.rb
|
|
568
585
|
- lib/bf_ruby2/models/add_payment_method_request.rb
|
|
569
586
|
- lib/bf_ruby2/models/add_taxation_strategy_request.rb
|
|
@@ -583,6 +600,7 @@ files:
|
|
|
583
600
|
- lib/bf_ruby2/models/auth_capture_request.rb
|
|
584
601
|
- lib/bf_ruby2/models/authorize_net_token_paged_metadata.rb
|
|
585
602
|
- lib/bf_ruby2/models/bank_account_verification_paged_metadata.rb
|
|
603
|
+
- lib/bf_ruby2/models/batch_update_pricing_component_values_request.rb
|
|
586
604
|
- lib/bf_ruby2/models/bf_error.rb
|
|
587
605
|
- lib/bf_ruby2/models/bf_permission.rb
|
|
588
606
|
- lib/bf_ruby2/models/bf_permission_paged_metadata.rb
|
|
@@ -678,6 +696,7 @@ files:
|
|
|
678
696
|
- lib/bf_ruby2/models/migration_request.rb
|
|
679
697
|
- lib/bf_ruby2/models/model_alias.rb
|
|
680
698
|
- lib/bf_ruby2/models/mutable_billing_entity.rb
|
|
699
|
+
- lib/bf_ruby2/models/nested_charge_request.rb
|
|
681
700
|
- lib/bf_ruby2/models/notification.rb
|
|
682
701
|
- lib/bf_ruby2/models/notification_paged_metadata.rb
|
|
683
702
|
- lib/bf_ruby2/models/organization.rb
|
|
@@ -725,6 +744,9 @@ files:
|
|
|
725
744
|
- lib/bf_ruby2/models/profile_paged_metadata.rb
|
|
726
745
|
- lib/bf_ruby2/models/quote_request.rb
|
|
727
746
|
- lib/bf_ruby2/models/quote_request_value.rb
|
|
747
|
+
- lib/bf_ruby2/models/recalculate_charge_batch_request.rb
|
|
748
|
+
- lib/bf_ruby2/models/recalculate_charge_batch_response.rb
|
|
749
|
+
- lib/bf_ruby2/models/recalculate_charge_batch_response_paged_metadata.rb
|
|
728
750
|
- lib/bf_ruby2/models/recalculate_charge_request.rb
|
|
729
751
|
- lib/bf_ruby2/models/receipt.rb
|
|
730
752
|
- lib/bf_ruby2/models/receipt_paged_metadata.rb
|
|
@@ -740,6 +762,7 @@ files:
|
|
|
740
762
|
- lib/bf_ruby2/models/rule_satisfaction.rb
|
|
741
763
|
- lib/bf_ruby2/models/search_result_paged_metadata.rb
|
|
742
764
|
- lib/bf_ruby2/models/service_end_amendment.rb
|
|
765
|
+
- lib/bf_ruby2/models/single_recalculate_charge_request.rb
|
|
743
766
|
- lib/bf_ruby2/models/stripe_ach_token_paged_metadata.rb
|
|
744
767
|
- lib/bf_ruby2/models/stripe_auth_capture_request.rb
|
|
745
768
|
- lib/bf_ruby2/models/stripe_object.rb
|
|
@@ -770,6 +793,10 @@ files:
|
|
|
770
793
|
- lib/bf_ruby2/models/unit_of_measure_paged_metadata.rb
|
|
771
794
|
- lib/bf_ruby2/models/update_address_request.rb
|
|
772
795
|
- lib/bf_ruby2/models/update_component_value_amendment.rb
|
|
796
|
+
- lib/bf_ruby2/models/update_pricing_component_value_change_result.rb
|
|
797
|
+
- lib/bf_ruby2/models/update_pricing_component_value_request.rb
|
|
798
|
+
- lib/bf_ruby2/models/update_pricing_component_value_response.rb
|
|
799
|
+
- lib/bf_ruby2/models/update_pricing_component_value_response_paged_metadata.rb
|
|
773
800
|
- lib/bf_ruby2/models/update_profile_request.rb
|
|
774
801
|
- lib/bf_ruby2/models/update_role_request.rb
|
|
775
802
|
- lib/bf_ruby2/models/update_subscription_request.rb
|
|
@@ -787,7 +814,6 @@ files:
|
|
|
787
814
|
- lib/bf_ruby2/models/username_paged_metadata.rb
|
|
788
815
|
- lib/bf_ruby2/models/webhook_paged_metadata.rb
|
|
789
816
|
- lib/bf_ruby2/version.rb
|
|
790
|
-
- setup.scratch.rb
|
|
791
817
|
- spec/api/accounts_api_spec.rb
|
|
792
818
|
- spec/api/addresses_api_spec.rb
|
|
793
819
|
- spec/api/amendments_api_spec.rb
|
|
@@ -858,6 +884,9 @@ files:
|
|
|
858
884
|
- spec/models/account_payments_result_paged_metadata_spec.rb
|
|
859
885
|
- spec/models/account_spec.rb
|
|
860
886
|
- spec/models/add_charge_request_spec.rb
|
|
887
|
+
- spec/models/add_charge_to_account_response_paged_metadata_spec.rb
|
|
888
|
+
- spec/models/add_charge_to_account_response_spec.rb
|
|
889
|
+
- spec/models/add_charges_to_account_api_request_spec.rb
|
|
861
890
|
- spec/models/add_coupon_code_request_spec.rb
|
|
862
891
|
- spec/models/add_payment_method_request_spec.rb
|
|
863
892
|
- spec/models/add_taxation_strategy_request_spec.rb
|
|
@@ -877,6 +906,7 @@ files:
|
|
|
877
906
|
- spec/models/auth_capture_request_spec.rb
|
|
878
907
|
- spec/models/authorize_net_token_paged_metadata_spec.rb
|
|
879
908
|
- spec/models/bank_account_verification_paged_metadata_spec.rb
|
|
909
|
+
- spec/models/batch_update_pricing_component_values_request_spec.rb
|
|
880
910
|
- spec/models/bf_error_spec.rb
|
|
881
911
|
- spec/models/bf_permission_paged_metadata_spec.rb
|
|
882
912
|
- spec/models/bf_permission_spec.rb
|
|
@@ -972,6 +1002,7 @@ files:
|
|
|
972
1002
|
- spec/models/migration_request_spec.rb
|
|
973
1003
|
- spec/models/model_alias_spec.rb
|
|
974
1004
|
- spec/models/mutable_billing_entity_spec.rb
|
|
1005
|
+
- spec/models/nested_charge_request_spec.rb
|
|
975
1006
|
- spec/models/notification_paged_metadata_spec.rb
|
|
976
1007
|
- spec/models/notification_spec.rb
|
|
977
1008
|
- spec/models/organization_paged_metadata_spec.rb
|
|
@@ -1019,6 +1050,9 @@ files:
|
|
|
1019
1050
|
- spec/models/profile_spec.rb
|
|
1020
1051
|
- spec/models/quote_request_spec.rb
|
|
1021
1052
|
- spec/models/quote_request_value_spec.rb
|
|
1053
|
+
- spec/models/recalculate_charge_batch_request_spec.rb
|
|
1054
|
+
- spec/models/recalculate_charge_batch_response_paged_metadata_spec.rb
|
|
1055
|
+
- spec/models/recalculate_charge_batch_response_spec.rb
|
|
1022
1056
|
- spec/models/recalculate_charge_request_spec.rb
|
|
1023
1057
|
- spec/models/receipt_paged_metadata_spec.rb
|
|
1024
1058
|
- spec/models/receipt_spec.rb
|
|
@@ -1034,6 +1068,7 @@ files:
|
|
|
1034
1068
|
- spec/models/rule_satisfaction_spec.rb
|
|
1035
1069
|
- spec/models/search_result_paged_metadata_spec.rb
|
|
1036
1070
|
- spec/models/service_end_amendment_spec.rb
|
|
1071
|
+
- spec/models/single_recalculate_charge_request_spec.rb
|
|
1037
1072
|
- spec/models/stripe_ach_token_paged_metadata_spec.rb
|
|
1038
1073
|
- spec/models/stripe_auth_capture_request_spec.rb
|
|
1039
1074
|
- spec/models/stripe_object_spec.rb
|
|
@@ -1064,6 +1099,10 @@ files:
|
|
|
1064
1099
|
- spec/models/unit_of_measure_spec.rb
|
|
1065
1100
|
- spec/models/update_address_request_spec.rb
|
|
1066
1101
|
- spec/models/update_component_value_amendment_spec.rb
|
|
1102
|
+
- spec/models/update_pricing_component_value_change_result_spec.rb
|
|
1103
|
+
- spec/models/update_pricing_component_value_request_spec.rb
|
|
1104
|
+
- spec/models/update_pricing_component_value_response_paged_metadata_spec.rb
|
|
1105
|
+
- spec/models/update_pricing_component_value_response_spec.rb
|
|
1067
1106
|
- spec/models/update_profile_request_spec.rb
|
|
1068
1107
|
- spec/models/update_role_request_spec.rb
|
|
1069
1108
|
- spec/models/update_subscription_request_spec.rb
|
|
@@ -1176,6 +1215,9 @@ test_files:
|
|
|
1176
1215
|
- spec/models/account_payments_result_paged_metadata_spec.rb
|
|
1177
1216
|
- spec/models/account_spec.rb
|
|
1178
1217
|
- spec/models/add_charge_request_spec.rb
|
|
1218
|
+
- spec/models/add_charge_to_account_response_paged_metadata_spec.rb
|
|
1219
|
+
- spec/models/add_charge_to_account_response_spec.rb
|
|
1220
|
+
- spec/models/add_charges_to_account_api_request_spec.rb
|
|
1179
1221
|
- spec/models/add_coupon_code_request_spec.rb
|
|
1180
1222
|
- spec/models/add_payment_method_request_spec.rb
|
|
1181
1223
|
- spec/models/add_taxation_strategy_request_spec.rb
|
|
@@ -1195,6 +1237,7 @@ test_files:
|
|
|
1195
1237
|
- spec/models/auth_capture_request_spec.rb
|
|
1196
1238
|
- spec/models/authorize_net_token_paged_metadata_spec.rb
|
|
1197
1239
|
- spec/models/bank_account_verification_paged_metadata_spec.rb
|
|
1240
|
+
- spec/models/batch_update_pricing_component_values_request_spec.rb
|
|
1198
1241
|
- spec/models/bf_error_spec.rb
|
|
1199
1242
|
- spec/models/bf_permission_paged_metadata_spec.rb
|
|
1200
1243
|
- spec/models/bf_permission_spec.rb
|
|
@@ -1290,6 +1333,7 @@ test_files:
|
|
|
1290
1333
|
- spec/models/migration_request_spec.rb
|
|
1291
1334
|
- spec/models/model_alias_spec.rb
|
|
1292
1335
|
- spec/models/mutable_billing_entity_spec.rb
|
|
1336
|
+
- spec/models/nested_charge_request_spec.rb
|
|
1293
1337
|
- spec/models/notification_paged_metadata_spec.rb
|
|
1294
1338
|
- spec/models/notification_spec.rb
|
|
1295
1339
|
- spec/models/organization_paged_metadata_spec.rb
|
|
@@ -1337,6 +1381,9 @@ test_files:
|
|
|
1337
1381
|
- spec/models/profile_spec.rb
|
|
1338
1382
|
- spec/models/quote_request_spec.rb
|
|
1339
1383
|
- spec/models/quote_request_value_spec.rb
|
|
1384
|
+
- spec/models/recalculate_charge_batch_request_spec.rb
|
|
1385
|
+
- spec/models/recalculate_charge_batch_response_paged_metadata_spec.rb
|
|
1386
|
+
- spec/models/recalculate_charge_batch_response_spec.rb
|
|
1340
1387
|
- spec/models/recalculate_charge_request_spec.rb
|
|
1341
1388
|
- spec/models/receipt_paged_metadata_spec.rb
|
|
1342
1389
|
- spec/models/receipt_spec.rb
|
|
@@ -1352,6 +1399,7 @@ test_files:
|
|
|
1352
1399
|
- spec/models/rule_satisfaction_spec.rb
|
|
1353
1400
|
- spec/models/search_result_paged_metadata_spec.rb
|
|
1354
1401
|
- spec/models/service_end_amendment_spec.rb
|
|
1402
|
+
- spec/models/single_recalculate_charge_request_spec.rb
|
|
1355
1403
|
- spec/models/stripe_ach_token_paged_metadata_spec.rb
|
|
1356
1404
|
- spec/models/stripe_auth_capture_request_spec.rb
|
|
1357
1405
|
- spec/models/stripe_object_spec.rb
|
|
@@ -1382,6 +1430,10 @@ test_files:
|
|
|
1382
1430
|
- spec/models/unit_of_measure_spec.rb
|
|
1383
1431
|
- spec/models/update_address_request_spec.rb
|
|
1384
1432
|
- spec/models/update_component_value_amendment_spec.rb
|
|
1433
|
+
- spec/models/update_pricing_component_value_change_result_spec.rb
|
|
1434
|
+
- spec/models/update_pricing_component_value_request_spec.rb
|
|
1435
|
+
- spec/models/update_pricing_component_value_response_paged_metadata_spec.rb
|
|
1436
|
+
- spec/models/update_pricing_component_value_response_spec.rb
|
|
1385
1437
|
- spec/models/update_profile_request_spec.rb
|
|
1386
1438
|
- spec/models/update_role_request_spec.rb
|
|
1387
1439
|
- spec/models/update_subscription_request_spec.rb
|