killbill-client 0.7.4 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +13 -5
  2. data/killbill_client.gemspec +1 -1
  3. data/lib/killbill_client/api/net_http_adapter.rb +35 -1
  4. data/lib/killbill_client/models/gen/account_attributes.rb +19 -18
  5. data/lib/killbill_client/models/gen/account_email_attributes.rb +19 -18
  6. data/lib/killbill_client/models/gen/account_timeline_attributes.rb +19 -18
  7. data/lib/killbill_client/models/gen/audit_log_attributes.rb +19 -18
  8. data/lib/killbill_client/models/gen/billing_exception_attributes.rb +19 -18
  9. data/lib/killbill_client/models/gen/bundle_attributes.rb +19 -18
  10. data/lib/killbill_client/models/gen/bundle_timeline_attributes.rb +19 -18
  11. data/lib/killbill_client/models/gen/catalog_attributes_simple.rb +19 -18
  12. data/lib/killbill_client/models/gen/credit_attributes.rb +19 -18
  13. data/lib/killbill_client/models/gen/custom_field_attributes.rb +19 -18
  14. data/lib/killbill_client/models/gen/deleted_event_subscription_attributes.rb +19 -18
  15. data/lib/killbill_client/models/gen/event_subscription_attributes.rb +19 -18
  16. data/lib/killbill_client/models/gen/gateway_notification_attributes.rb +19 -18
  17. data/lib/killbill_client/models/gen/hosted_payment_page_billing_address_attributes.rb +19 -18
  18. data/lib/killbill_client/models/gen/hosted_payment_page_customer_attributes.rb +19 -18
  19. data/lib/killbill_client/models/gen/hosted_payment_page_fields_attributes.rb +19 -18
  20. data/lib/killbill_client/models/gen/hosted_payment_page_form_descriptor_attributes.rb +19 -18
  21. data/lib/killbill_client/models/gen/invoice_attributes.rb +19 -18
  22. data/lib/killbill_client/models/gen/invoice_email_attributes.rb +19 -18
  23. data/lib/killbill_client/models/gen/invoice_item_attributes.rb +19 -18
  24. data/lib/killbill_client/models/gen/invoice_payment_attributes.rb +19 -18
  25. data/lib/killbill_client/models/gen/invoice_payment_transaction_attributes.rb +19 -18
  26. data/lib/killbill_client/models/gen/new_event_subscription_attributes.rb +19 -18
  27. data/lib/killbill_client/models/gen/notification_attributes.rb +19 -18
  28. data/lib/killbill_client/models/gen/overdue_state_attributes.rb +19 -18
  29. data/lib/killbill_client/models/gen/payment_attributes.rb +19 -18
  30. data/lib/killbill_client/models/gen/payment_method_attributes.rb +19 -18
  31. data/lib/killbill_client/models/gen/payment_method_plugin_detail_attributes.rb +19 -18
  32. data/lib/killbill_client/models/gen/payment_transaction_attributes.rb +19 -18
  33. data/lib/killbill_client/models/gen/phase_attributes.rb +19 -18
  34. data/lib/killbill_client/models/gen/plan_attributes.rb +19 -18
  35. data/lib/killbill_client/models/gen/plan_detail_attributes.rb +19 -18
  36. data/lib/killbill_client/models/gen/plugin_property_attributes.rb +19 -18
  37. data/lib/killbill_client/models/gen/price_attributes.rb +19 -18
  38. data/lib/killbill_client/models/gen/product_attributes.rb +19 -18
  39. data/lib/killbill_client/models/gen/{direct_payment_attributes.rb → profiling_data_attributes.rb} +21 -32
  40. data/lib/killbill_client/models/gen/profiling_data_attributes_item.rb +37 -0
  41. data/lib/killbill_client/models/gen/require_gen.rb +26 -19
  42. data/lib/killbill_client/models/gen/{usage_attributes.rb → rolled_up_unit_attributes.rb} +20 -22
  43. data/lib/killbill_client/models/gen/rolled_up_usage_attributes.rb +37 -0
  44. data/lib/killbill_client/models/gen/session_attributes.rb +19 -18
  45. data/lib/killbill_client/models/gen/stack_trace_element_attributes.rb +19 -18
  46. data/lib/killbill_client/models/gen/subject_attributes.rb +19 -18
  47. data/lib/killbill_client/models/gen/subscription_attributes.rb +19 -18
  48. data/lib/killbill_client/models/gen/subscription_usage_record_attributes.rb +35 -0
  49. data/lib/killbill_client/models/gen/tag_attributes.rb +19 -18
  50. data/lib/killbill_client/models/gen/tag_definition_attributes.rb +19 -18
  51. data/lib/killbill_client/models/gen/tenant_attributes.rb +19 -18
  52. data/lib/killbill_client/models/gen/tenant_key_attributes.rb +19 -18
  53. data/lib/killbill_client/models/gen/unit_usage_record_attributes.rb +35 -0
  54. data/lib/killbill_client/models/gen/{direct_transaction_attributes.rb → usage_record_attributes.rb} +21 -33
  55. data/lib/killbill_client/models/models.rb +2 -1
  56. data/lib/killbill_client/models/resource.rb +1 -0
  57. data/lib/killbill_client/models/rolled_up_usage.rb +30 -0
  58. data/lib/killbill_client/models/{usage.rb → usage_record.rb} +9 -5
  59. data/lib/killbill_client/version.rb +2 -2
  60. data/spec/killbill_client/remote/model_spec.rb +1 -1
  61. metadata +25 -20
@@ -1,21 +1,22 @@
1
- ###################################################################################
2
- # #
3
- # Copyright 2010-2013 Ning, Inc. #
4
- # Copyright 2014 The Billing Project, LLC #
5
- # #
6
- # The Billing Project licenses this file to you under the Apache License, #
7
- # version 2.0 (the "License"); you may not use this file except in #
8
- # compliance with the License. You may obtain a copy of the License at: #
9
- # #
10
- # http://www.apache.org/licenses/LICENSE-2.0 #
11
- # #
12
- # Unless required by applicable law or agreed to in writing, software #
13
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
14
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
15
- # License for the specific language governing permissions and limitations #
16
- # under the License. #
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 The Billing Project, LLC #
5
- # #
6
- # The Billing Project licenses this file to you under the Apache License, #
7
- # version 2.0 (the "License"); you may not use this file except in #
8
- # compliance with the License. You may obtain a copy of the License at: #
9
- # #
10
- # http://www.apache.org/licenses/LICENSE-2.0 #
11
- # #
12
- # Unless required by applicable law or agreed to in writing, software #
13
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
14
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
15
- # License for the specific language governing permissions and limitations #
16
- # under the License. #
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 The Billing Project, LLC #
5
- # #
6
- # The Billing Project licenses this file to you under the Apache License, #
7
- # version 2.0 (the "License"); you may not use this file except in #
8
- # compliance with the License. You may obtain a copy of the License at: #
9
- # #
10
- # http://www.apache.org/licenses/LICENSE-2.0 #
11
- # #
12
- # Unless required by applicable law or agreed to in writing, software #
13
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
14
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
15
- # License for the specific language governing permissions and limitations #
16
- # under the License. #
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 The Billing Project, LLC #
5
- # #
6
- # The Billing Project licenses this file to you under the Apache License, #
7
- # version 2.0 (the "License"); you may not use this file except in #
8
- # compliance with the License. You may obtain a copy of the License at: #
9
- # #
10
- # http://www.apache.org/licenses/LICENSE-2.0 #
11
- # #
12
- # Unless required by applicable law or agreed to in writing, software #
13
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
14
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
15
- # License for the specific language governing permissions and limitations #
16
- # under the License. #
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 The Billing Project, LLC #
5
- # #
6
- # The Billing Project licenses this file to you under the Apache License, #
7
- # version 2.0 (the "License"); you may not use this file except in #
8
- # compliance with the License. You may obtain a copy of the License at: #
9
- # #
10
- # http://www.apache.org/licenses/LICENSE-2.0 #
11
- # #
12
- # Unless required by applicable law or agreed to in writing, software #
13
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
14
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
15
- # License for the specific language governing permissions and limitations #
16
- # under the License. #
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
  #
@@ -26,20 +27,8 @@
26
27
 
27
28
  module KillBillClient
28
29
  module Model
29
- class DirectPaymentAttributes < Resource
30
- attribute :account_id
31
- attribute :payment_id
32
- attribute :payment_number
33
- attribute :payment_external_key
34
- attribute :auth_amount
35
- attribute :captured_amount
36
- attribute :purchased_amount
37
- attribute :refunded_amount
38
- attribute :credited_amount
39
- attribute :currency
40
- attribute :payment_method_id
41
- attribute :transactions
42
- attribute :audit_logs
30
+ class ProfilingDataAttributes < Resource
31
+ attribute :raw_data
43
32
  end
44
33
  end
45
34
  end
@@ -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 ProfilingDataAttributesItem < Resource
31
+ attribute :name
32
+ attribute :start_usec
33
+ attribute :duration_usec
34
+ attribute :calls
35
+ end
36
+ end
37
+ end
@@ -1,21 +1,22 @@
1
- ###################################################################################
2
- # #
3
- # Copyright 2010-2013 Ning, Inc. #
4
- # Copyright 2014 The Billing Project, LLC #
5
- # #
6
- # The Billing Project licenses this file to you under the Apache License, #
7
- # version 2.0 (the "License"); you may not use this file except in #
8
- # compliance with the License. You may obtain a copy of the License at: #
9
- # #
10
- # http://www.apache.org/licenses/LICENSE-2.0 #
11
- # #
12
- # Unless required by applicable law or agreed to in writing, software #
13
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
14
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
15
- # License for the specific language governing permissions and limitations #
16
- # under the License. #
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
  #
@@ -57,14 +58,20 @@ require 'killbill_client/models/gen/payment_method_attributes'
57
58
  require 'killbill_client/models/gen/payment_transaction_attributes'
58
59
  require 'killbill_client/models/gen/plan_detail_attributes'
59
60
  require 'killbill_client/models/gen/plugin_property_attributes'
61
+ require 'killbill_client/models/gen/profiling_data_attributes_item'
62
+ require 'killbill_client/models/gen/profiling_data_attributes'
63
+ require 'killbill_client/models/gen/rolled_up_unit_attributes'
64
+ require 'killbill_client/models/gen/rolled_up_usage_attributes'
60
65
  require 'killbill_client/models/gen/session_attributes'
61
66
  require 'killbill_client/models/gen/subject_attributes'
62
67
  require 'killbill_client/models/gen/event_subscription_attributes'
63
68
  require 'killbill_client/models/gen/deleted_event_subscription_attributes'
64
69
  require 'killbill_client/models/gen/new_event_subscription_attributes'
65
70
  require 'killbill_client/models/gen/subscription_attributes'
71
+ require 'killbill_client/models/gen/unit_usage_record_attributes'
72
+ require 'killbill_client/models/gen/usage_record_attributes'
73
+ require 'killbill_client/models/gen/subscription_usage_record_attributes'
66
74
  require 'killbill_client/models/gen/tag_definition_attributes'
67
75
  require 'killbill_client/models/gen/tag_attributes'
68
76
  require 'killbill_client/models/gen/tenant_attributes'
69
77
  require 'killbill_client/models/gen/tenant_key_attributes'
70
- require 'killbill_client/models/gen/usage_attributes'
@@ -1,21 +1,22 @@
1
- ###################################################################################
2
- # #
3
- # Copyright 2010-2013 Ning, Inc. #
4
- # Copyright 2014 The Billing Project, LLC #
5
- # #
6
- # The Billing Project licenses this file to you under the Apache License, #
7
- # version 2.0 (the "License"); you may not use this file except in #
8
- # compliance with the License. You may obtain a copy of the License at: #
9
- # #
10
- # http://www.apache.org/licenses/LICENSE-2.0 #
11
- # #
12
- # Unless required by applicable law or agreed to in writing, software #
13
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
14
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
15
- # License for the specific language governing permissions and limitations #
16
- # under the License. #
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
  #
@@ -26,11 +27,8 @@
26
27
 
27
28
  module KillBillClient
28
29
  module Model
29
- class UsageAttributes < Resource
30
- attribute :subscription_id
30
+ class RolledUpUnitAttributes < Resource
31
31
  attribute :unit_type
32
- attribute :start_time
33
- attribute :end_time
34
32
  attribute :amount
35
33
  end
36
34
  end
@@ -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 RolledUpUsageAttributes < Resource
31
+ attribute :subscription_id
32
+ attribute :start_date
33
+ attribute :end_date
34
+ attribute :rolled_up_units
35
+ end
36
+ end
37
+ end
@@ -1,21 +1,22 @@
1
- ###################################################################################
2
- # #
3
- # Copyright 2010-2013 Ning, Inc. #
4
- # Copyright 2014 The Billing Project, LLC #
5
- # #
6
- # The Billing Project licenses this file to you under the Apache License, #
7
- # version 2.0 (the "License"); you may not use this file except in #
8
- # compliance with the License. You may obtain a copy of the License at: #
9
- # #
10
- # http://www.apache.org/licenses/LICENSE-2.0 #
11
- # #
12
- # Unless required by applicable law or agreed to in writing, software #
13
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
14
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
15
- # License for the specific language governing permissions and limitations #
16
- # under the License. #
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
  #