killbill-client 0.10.8 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/killbill_client/models/gen/invoice_dry_run_attributes.rb +1 -0
- data/lib/killbill_client/models/gen/phase_price_override_attributes.rb +37 -0
- data/lib/killbill_client/models/gen/require_gen.rb +1 -0
- data/lib/killbill_client/models/gen/subscription_attributes.rb +1 -0
- data/lib/killbill_client/version.rb +2 -2
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8bbf81f00632dafea137b5d67ac6fdb675c63c1
|
4
|
+
data.tar.gz: 90c80956db2001466143f65080cc5fc8c736c381
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 397a5dc633d90086fb3b765d6ff709c99e8fce41671a46ea4f3b769ffa5202126a26581e4781cc9c19dac6e4ef73c8b1b7f3833a6890affa7d487bd8e377b39d
|
7
|
+
data.tar.gz: 0c06adc74ffd961a268008de64078706f9f2b320bbb32487287ef06427b827bd9af263dd9cbe8a6f667ef46c1dae5e7e146b3bb46c27ebdbc1910b1816a4adee
|
@@ -0,0 +1,37 @@
|
|
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
|
+
#############################################################################################
|
20
|
+
|
21
|
+
|
22
|
+
#
|
23
|
+
# DO NOT EDIT!!!
|
24
|
+
# File automatically generated by killbill-java-parser (git@github.com:killbill/killbill-java-parser.git)
|
25
|
+
#
|
26
|
+
|
27
|
+
|
28
|
+
module KillBillClient
|
29
|
+
module Model
|
30
|
+
class PhasePriceOverrideAttributes < Resource
|
31
|
+
attribute :phase_name
|
32
|
+
attribute :phase_type
|
33
|
+
attribute :fixed_price
|
34
|
+
attribute :recurring_price
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -57,6 +57,7 @@ require 'killbill_client/models/gen/payment_attributes'
|
|
57
57
|
require 'killbill_client/models/gen/payment_method_plugin_detail_attributes'
|
58
58
|
require 'killbill_client/models/gen/payment_method_attributes'
|
59
59
|
require 'killbill_client/models/gen/payment_transaction_attributes'
|
60
|
+
require 'killbill_client/models/gen/phase_price_override_attributes'
|
60
61
|
require 'killbill_client/models/gen/plan_detail_attributes'
|
61
62
|
require 'killbill_client/models/gen/plugin_property_attributes'
|
62
63
|
require 'killbill_client/models/gen/profiling_data_attributes_item'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: killbill-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Killbill core team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -106,6 +106,7 @@ files:
|
|
106
106
|
- lib/killbill_client/models/gen/payment_method_plugin_detail_attributes.rb
|
107
107
|
- lib/killbill_client/models/gen/payment_transaction_attributes.rb
|
108
108
|
- lib/killbill_client/models/gen/phase_attributes.rb
|
109
|
+
- lib/killbill_client/models/gen/phase_price_override_attributes.rb
|
109
110
|
- lib/killbill_client/models/gen/plan_attributes.rb
|
110
111
|
- lib/killbill_client/models/gen/plan_detail_attributes.rb
|
111
112
|
- lib/killbill_client/models/gen/plugin_property_attributes.rb
|