killbill 3.1.4 → 3.1.5
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/Jarfile +1 -1
- data/NEWS +3 -0
- data/VERSION +1 -1
- data/killbill.gemspec +1 -1
- data/lib/killbill.rb +1 -1
- data/lib/killbill/gen/api/account.rb +19 -18
- data/lib/killbill/gen/api/account_api_exception.rb +19 -18
- data/lib/killbill/gen/api/account_audit_logs.rb +19 -18
- data/lib/killbill/gen/api/account_audit_logs_for_object_type.rb +19 -18
- data/lib/killbill/gen/api/account_data.rb +19 -18
- data/lib/killbill/gen/api/account_email.rb +19 -18
- data/lib/killbill/gen/api/account_user_api.rb +19 -18
- data/lib/killbill/gen/api/audit_log.rb +19 -18
- data/lib/killbill/gen/api/audit_user_api.rb +19 -18
- data/lib/killbill/gen/api/billing_exception_base.rb +19 -18
- data/lib/killbill/gen/api/block.rb +19 -18
- data/lib/killbill/gen/api/blockable.rb +19 -18
- data/lib/killbill/gen/api/blocking_api_exception.rb +19 -18
- data/lib/killbill/gen/api/blocking_state.rb +19 -18
- data/lib/killbill/gen/api/call_context.rb +19 -18
- data/lib/killbill/gen/api/catalog.rb +19 -18
- data/lib/killbill/gen/api/catalog_api_exception.rb +19 -18
- data/lib/killbill/gen/api/catalog_user_api.rb +19 -18
- data/lib/killbill/gen/api/column_info.rb +19 -18
- data/lib/killbill/gen/api/control_tag.rb +19 -18
- data/lib/killbill/gen/api/currency_conversion.rb +19 -18
- data/lib/killbill/gen/api/currency_conversion_api.rb +19 -18
- data/lib/killbill/gen/api/currency_conversion_exception.rb +19 -18
- data/lib/killbill/gen/api/currency_value_null.rb +19 -18
- data/lib/killbill/gen/api/custom_field.rb +19 -18
- data/lib/killbill/gen/api/custom_field_api_exception.rb +19 -18
- data/lib/killbill/gen/api/custom_field_user_api.rb +19 -18
- data/lib/killbill/gen/api/database_export_output_stream.rb +19 -18
- data/lib/killbill/gen/api/duration.rb +19 -18
- data/lib/killbill/gen/api/entitlement.rb +19 -18
- data/lib/killbill/gen/api/entitlement_ao_status_dry_run.rb +19 -18
- data/lib/killbill/gen/api/entitlement_api.rb +19 -18
- data/lib/killbill/gen/api/entitlement_api_exception.rb +19 -18
- data/lib/killbill/gen/api/entity.rb +19 -18
- data/lib/killbill/gen/api/fixed.rb +19 -18
- data/lib/killbill/gen/api/illegal_plan_change.rb +19 -18
- data/lib/killbill/gen/api/international_price.rb +19 -18
- data/lib/killbill/gen/api/invalid_config_exception.rb +19 -18
- data/lib/killbill/gen/api/invoice.rb +19 -18
- data/lib/killbill/gen/api/invoice_api_exception.rb +19 -18
- data/lib/killbill/gen/api/invoice_creation_event.rb +19 -18
- data/lib/killbill/gen/api/invoice_formatter.rb +19 -18
- data/lib/killbill/gen/api/invoice_item.rb +19 -18
- data/lib/killbill/gen/api/invoice_item_formatter.rb +19 -18
- data/lib/killbill/gen/api/invoice_payment.rb +19 -18
- data/lib/killbill/gen/api/invoice_payment_api.rb +19 -18
- data/lib/killbill/gen/api/invoice_user_api.rb +19 -18
- data/lib/killbill/gen/api/limit.rb +19 -18
- data/lib/killbill/gen/api/listing.rb +19 -18
- data/lib/killbill/gen/api/migration_plan.rb +19 -18
- data/lib/killbill/gen/api/mutable_account_data.rb +19 -18
- data/lib/killbill/gen/api/osgi_killbill.rb +22 -21
- data/lib/killbill/gen/api/osgi_plugin_properties.rb +19 -18
- data/lib/killbill/gen/api/pagination.rb +19 -18
- data/lib/killbill/gen/api/{direct_payment.rb → payment.rb} +24 -23
- data/lib/killbill/gen/api/payment_api.rb +539 -347
- data/lib/killbill/gen/api/payment_api_exception.rb +19 -18
- data/lib/killbill/gen/api/payment_gateway_api.rb +19 -18
- data/lib/killbill/gen/api/payment_method.rb +19 -18
- data/lib/killbill/gen/api/payment_method_plugin.rb +19 -18
- data/lib/killbill/gen/api/payment_options.rb +19 -18
- data/lib/killbill/gen/api/{direct_payment_transaction.rb → payment_transaction.rb} +27 -26
- data/lib/killbill/gen/api/plan.rb +19 -18
- data/lib/killbill/gen/api/plan_change_result.rb +19 -18
- data/lib/killbill/gen/api/plan_phase.rb +19 -18
- data/lib/killbill/gen/api/plan_phase_specifier.rb +19 -18
- data/lib/killbill/gen/api/plan_specifier.rb +19 -18
- data/lib/killbill/gen/api/plugin_config_service_api.rb +19 -18
- data/lib/killbill/gen/api/plugin_property.rb +19 -18
- data/lib/killbill/gen/api/price.rb +19 -18
- data/lib/killbill/gen/api/price_list.rb +19 -18
- data/lib/killbill/gen/api/price_list_set.rb +19 -18
- data/lib/killbill/gen/api/product.rb +19 -18
- data/lib/killbill/gen/api/rate.rb +19 -18
- data/lib/killbill/gen/api/record_id_api.rb +19 -18
- data/lib/killbill/gen/api/recurring.rb +19 -18
- data/lib/killbill/gen/api/refund.rb +19 -18
- data/lib/killbill/gen/api/require_gen.rb +22 -21
- data/lib/killbill/gen/api/rolled_up_usage.rb +19 -18
- data/lib/killbill/gen/api/security_api_exception.rb +19 -18
- data/lib/killbill/gen/api/static_catalog.rb +19 -18
- data/lib/killbill/gen/api/subscription.rb +19 -18
- data/lib/killbill/gen/api/subscription_api.rb +19 -18
- data/lib/killbill/gen/api/subscription_api_exception.rb +19 -18
- data/lib/killbill/gen/api/subscription_bundle.rb +19 -18
- data/lib/killbill/gen/api/subscription_bundle_timeline.rb +19 -18
- data/lib/killbill/gen/api/subscription_event.rb +19 -18
- data/lib/killbill/gen/api/tag.rb +19 -18
- data/lib/killbill/gen/api/tag_api_exception.rb +19 -18
- data/lib/killbill/gen/api/tag_definition.rb +19 -18
- data/lib/killbill/gen/api/tag_definition_api_exception.rb +19 -18
- data/lib/killbill/gen/api/tag_user_api.rb +19 -18
- data/lib/killbill/gen/api/tenant.rb +19 -18
- data/lib/killbill/gen/api/tenant_api_exception.rb +19 -18
- data/lib/killbill/gen/api/tenant_context.rb +19 -18
- data/lib/killbill/gen/api/tenant_data.rb +19 -18
- data/lib/killbill/gen/api/tenant_kv.rb +19 -18
- data/lib/killbill/gen/api/tenant_user_api.rb +19 -18
- data/lib/killbill/gen/api/tier.rb +19 -18
- data/lib/killbill/gen/api/tiered_block.rb +19 -18
- data/lib/killbill/gen/api/unit.rb +19 -18
- data/lib/killbill/gen/api/usage.rb +19 -18
- data/lib/killbill/gen/api/usage_user_api.rb +19 -18
- data/lib/killbill/helpers/active_merchant/killbill_spec_helper.rb +17 -12
- data/lib/killbill/helpers/active_merchant/payment_plugin.rb +44 -42
- metadata +6 -7
- data/lib/killbill/gen/api/direct_payment_api.rb +0 -959
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -54,7 +55,7 @@ module Killbill
|
|
|
54
55
|
# conversion for invoice_user_api [type = org.killbill.billing.invoice.api.InvoiceUserApi]
|
|
55
56
|
@invoice_user_api = @invoice_user_api.to_java unless @invoice_user_api.nil?
|
|
56
57
|
|
|
57
|
-
# conversion for payment_api [type = org.killbill.billing.payment.api.
|
|
58
|
+
# conversion for payment_api [type = org.killbill.billing.payment.api.PaymentApi]
|
|
58
59
|
@payment_api = @payment_api.to_java unless @payment_api.nil?
|
|
59
60
|
|
|
60
61
|
# conversion for tenant_user_api [type = org.killbill.billing.tenant.api.TenantUserApi]
|
|
@@ -113,9 +114,9 @@ module Killbill
|
|
|
113
114
|
@invoice_user_api = j_obj.invoice_user_api
|
|
114
115
|
@invoice_user_api = Killbill::Plugin::Model::InvoiceUserApi.new.to_ruby(@invoice_user_api) unless @invoice_user_api.nil?
|
|
115
116
|
|
|
116
|
-
# conversion for payment_api [type = org.killbill.billing.payment.api.
|
|
117
|
+
# conversion for payment_api [type = org.killbill.billing.payment.api.PaymentApi]
|
|
117
118
|
@payment_api = j_obj.payment_api
|
|
118
|
-
@payment_api = Killbill::Plugin::Model::
|
|
119
|
+
@payment_api = Killbill::Plugin::Model::PaymentApi.new.to_ruby(@payment_api) unless @payment_api.nil?
|
|
119
120
|
|
|
120
121
|
# conversion for tenant_user_api [type = org.killbill.billing.tenant.api.TenantUserApi]
|
|
121
122
|
@tenant_user_api = j_obj.tenant_user_api
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
3
|
-
# Copyright 2010-2013 Ning, Inc.
|
|
4
|
-
# Copyright 2014
|
|
5
|
-
#
|
|
6
|
-
#
|
|
7
|
-
#
|
|
8
|
-
#
|
|
9
|
-
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
1
|
+
#############################################################################################
|
|
2
|
+
# #
|
|
3
|
+
# Copyright 2010-2013 Ning, Inc. #
|
|
4
|
+
# Copyright 2014 Groupon, Inc. #
|
|
5
|
+
# Copyright 2014 The Billing Project, LLC #
|
|
6
|
+
# #
|
|
7
|
+
# The Billing Project licenses this file to you under the Apache License, version 2.0 #
|
|
8
|
+
# (the "License"); you may not use this file except in compliance with the #
|
|
9
|
+
# License. You may obtain a copy of the License at: #
|
|
10
|
+
# #
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0 #
|
|
12
|
+
# #
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software #
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
|
|
15
|
+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
|
|
16
|
+
# License for the specific language governing permissions and limitations #
|
|
17
|
+
# under the License. #
|
|
18
|
+
# #
|
|
19
|
+
#############################################################################################
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
#
|