recurly 4.10.0 → 4.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d58a4d771c61445679b271441c64f1341a58f0c39d768b5abebe635be7fc1b7f
4
- data.tar.gz: 238128901760f8f548091ee71778a17d8599db24f746a88deb8d55eb8d224de7
3
+ metadata.gz: d45224bbd99e205cb61df3b688a47b73527e19b0cb12bc1dd64c01fabf035ec6
4
+ data.tar.gz: c921de862702509c3b4929c610e4565dc4ad868ba72daa8668781b2162a06362
5
5
  SHA512:
6
- metadata.gz: 699d6dadd3afa732926744cd611e11deb5e0d592edf497a31249e5af4d012f5c02adbe1cc3aed8f1066b9254098ae74e92b8910c977aa5dd41c223b7a8adfb98
7
- data.tar.gz: 120cda82a9e8993f3f4325ac50a3204f6d211b664f7fac160794e92eec51ccef15ec433412d286cd91d6a79f253eff83eb701ae82702144e8facdf02e4338a59
6
+ metadata.gz: c3598292853a0f0a551fd653c46ab53cfe223276acf9155eb20dd1a0df1bf6e60d09a7f184838efaff53ecb6b910f33d5c26fe0d4f83efadb8ceadccb37c5708
7
+ data.tar.gz: 2c5faf56692a870a199c94baff93aa4017564b32cce82104654b377a04bed36dd7623a90ce7c65a5020d57f4f3361732ddf9d43f1c3860d4d5544eaa4b61237b
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 4.10.0
2
+ current_version = 4.11.0
3
3
  parse = (?P<major>\d+)
4
4
  \.(?P<minor>\d+)
5
5
  \.(?P<patch>\d+)
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.11.0](https://github.com/recurly/recurly-client-ruby/tree/4.11.0) (2021-12-29)
4
+
5
+ [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.10.0...4.11.0)
6
+
7
+
8
+ **Merged Pull Requests**
9
+
10
+ - Generated Latest Changes for v2021-02-25 (Tax Inclusive Pricing) [#741](https://github.com/recurly/recurly-client-ruby/pull/741) ([recurly-integrations](https://github.com/recurly-integrations))
11
+
12
+
13
+
3
14
  ## [4.10.0](https://github.com/recurly/recurly-client-ruby/tree/4.10.0) (2021-11-22)
4
15
 
5
16
  [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.9.0...4.10.0)
data/GETTING_STARTED.md CHANGED
@@ -5,7 +5,7 @@ This repository houses the official ruby client for Recurly's V3 API.
5
5
  In your Gemfile, add `recurly` as a dependency.
6
6
 
7
7
  ```ruby
8
- gem 'recurly', '~> 4.10'
8
+ gem 'recurly', '~> 4.11'
9
9
  ```
10
10
 
11
11
  > *Note*: We try to follow [semantic versioning](https://semver.org/) and will only apply breaking changes to major versions.
@@ -532,7 +532,7 @@ module Recurly
532
532
  # {https://developers.recurly.com/api/v2021-02-25#operation/get_a_billing_info get_a_billing_info api documenation}
533
533
  #
534
534
  # @param account_id [String] Account ID or code. For ID no prefix is used e.g. +e28zov4fw0v2+. For code use prefix +code-+, e.g. +code-bob+.
535
- # @param billing_info_id [String] Billing Info ID.
535
+ # @param billing_info_id [String] Billing Info ID. Can ONLY be used for sites utilizing the Wallet feature.
536
536
  # @param params [Hash] Optional query string parameters:
537
537
  #
538
538
  # @return [Resources::BillingInfo] A billing info.
@@ -547,7 +547,7 @@ module Recurly
547
547
  # {https://developers.recurly.com/api/v2021-02-25#operation/update_a_billing_info update_a_billing_info api documenation}
548
548
  #
549
549
  # @param account_id [String] Account ID or code. For ID no prefix is used e.g. +e28zov4fw0v2+. For code use prefix +code-+, e.g. +code-bob+.
550
- # @param billing_info_id [String] Billing Info ID.
550
+ # @param billing_info_id [String] Billing Info ID. Can ONLY be used for sites utilizing the Wallet feature.
551
551
  # @param body [Requests::BillingInfoCreate] The Hash representing the JSON request to send to the server. It should conform to the schema of {Requests::BillingInfoCreate}
552
552
  # @param params [Hash] Optional query string parameters:
553
553
  #
@@ -563,7 +563,7 @@ module Recurly
563
563
  # {https://developers.recurly.com/api/v2021-02-25#operation/remove_a_billing_info remove_a_billing_info api documenation}
564
564
  #
565
565
  # @param account_id [String] Account ID or code. For ID no prefix is used e.g. +e28zov4fw0v2+. For code use prefix +code-+, e.g. +code-bob+.
566
- # @param billing_info_id [String] Billing Info ID.
566
+ # @param billing_info_id [String] Billing Info ID. Can ONLY be used for sites utilizing the Wallet feature.
567
567
  # @param params [Hash] Optional query string parameters:
568
568
  #
569
569
  # @return [Resources::Empty] Billing information deleted
@@ -10,6 +10,10 @@ module Recurly
10
10
  # @return [String] 3-letter ISO 4217 currency code.
11
11
  define_attribute :currency, String
12
12
 
13
+ # @!attribute tax_inclusive
14
+ # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to use this flag.
15
+ define_attribute :tax_inclusive, :Boolean
16
+
13
17
  # @!attribute unit_amount
14
18
  # @return [Float] Allows up to 2 decimal places. Required unless `unit_amount_decimal` is provided.
15
19
  define_attribute :unit_amount, Float
@@ -7,7 +7,7 @@ module Recurly
7
7
  class InvoiceCollect < Request
8
8
 
9
9
  # @!attribute billing_info_id
10
- # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info.
10
+ # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info. `billing_info_id` can ONLY be used for sites utilizing the Wallet feature.
11
11
  define_attribute :billing_info_id, String
12
12
 
13
13
  # @!attribute three_d_secure_action_result_token_id
@@ -70,6 +70,10 @@ module Recurly
70
70
  # @return [Boolean] `true` exempts tax on charges, `false` applies tax on charges. If not defined, then defaults to the Plan and Site settings. This attribute does not work for credits (negative line items). Credits are always applied post-tax. Pre-tax discounts should use the Coupons feature.
71
71
  define_attribute :tax_exempt, :Boolean
72
72
 
73
+ # @!attribute tax_inclusive
74
+ # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to use this flag.
75
+ define_attribute :tax_inclusive, :Boolean
76
+
73
77
  # @!attribute type
74
78
  # @return [String] Line item type. If `item_code`/`item_id` is present then `type` should not be present. If `item_code`/`item_id` is not present then `type` is required.
75
79
  define_attribute :type, String
@@ -14,6 +14,10 @@ module Recurly
14
14
  # @return [Float] Amount of one-time setup fee automatically charged at the beginning of a subscription billing cycle. For subscription plans with a trial, the setup fee will be charged at the time of signup. Setup fees do not increase with the quantity of a subscription plan.
15
15
  define_attribute :setup_fee, Float
16
16
 
17
+ # @!attribute tax_inclusive
18
+ # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to use this flag.
19
+ define_attribute :tax_inclusive, :Boolean
20
+
17
21
  # @!attribute unit_amount
18
22
  # @return [Float] Unit price
19
23
  define_attribute :unit_amount, Float
@@ -10,6 +10,10 @@ module Recurly
10
10
  # @return [String] 3-letter ISO 4217 currency code.
11
11
  define_attribute :currency, String
12
12
 
13
+ # @!attribute tax_inclusive
14
+ # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to use this flag.
15
+ define_attribute :tax_inclusive, :Boolean
16
+
13
17
  # @!attribute unit_amount
14
18
  # @return [Float] Unit price
15
19
  define_attribute :unit_amount, Float
@@ -11,7 +11,7 @@ module Recurly
11
11
  define_attribute :account, :AccountPurchase
12
12
 
13
13
  # @!attribute billing_info_id
14
- # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info.
14
+ # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info. `billing_info_id` can ONLY be used for sites utilizing the Wallet feature.
15
15
  define_attribute :billing_info_id, String
16
16
 
17
17
  # @!attribute collection_method
@@ -54,6 +54,10 @@ module Recurly
54
54
  # @return [SubscriptionChangeShippingCreate] Shipping addresses are tied to a customer's account. Each account can have up to 20 different shipping addresses, and if you have enabled multiple subscriptions per account, you can associate different shipping addresses to each subscription.
55
55
  define_attribute :shipping, :SubscriptionChangeShippingCreate
56
56
 
57
+ # @!attribute tax_inclusive
58
+ # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to use this flag.
59
+ define_attribute :tax_inclusive, :Boolean
60
+
57
61
  # @!attribute timeframe
58
62
  # @return [String] The timeframe parameter controls when the upgrade or downgrade takes place. The subscription change can occur now, when the subscription is next billed, or when the subscription term ends. Generally, if you're performing an upgrade, you will want the change to occur immediately (now). If you're performing a downgrade, you should set the timeframe to `term_end` or `bill_date` so the change takes effect at a scheduled billing date. The `renewal` timeframe option is accepted as an alias for `term_end`.
59
63
  define_attribute :timeframe, String
@@ -19,7 +19,7 @@ module Recurly
19
19
  define_attribute :auto_renew, :Boolean
20
20
 
21
21
  # @!attribute billing_info_id
22
- # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info.
22
+ # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info. `billing_info_id` can ONLY be used for sites utilizing the Wallet feature.
23
23
  define_attribute :billing_info_id, String
24
24
 
25
25
  # @!attribute collection_method
@@ -86,6 +86,10 @@ module Recurly
86
86
  # @return [DateTime] If set, the subscription will begin in the future on this date. The subscription will apply the setup fee and trial period, unless the plan has no trial.
87
87
  define_attribute :starts_at, DateTime
88
88
 
89
+ # @!attribute tax_inclusive
90
+ # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to use this flag.
91
+ define_attribute :tax_inclusive, :Boolean
92
+
89
93
  # @!attribute terms_and_conditions
90
94
  # @return [String] This will default to the Terms and Conditions text specified on the Invoice Settings page in your Recurly admin. Specify custom notes to add or override Terms and Conditions. Custom notes will stay with a subscription on all renewals.
91
95
  define_attribute :terms_and_conditions, String
@@ -50,6 +50,10 @@ module Recurly
50
50
  # @return [DateTime] If set, the subscription will begin in the future on this date. The subscription will apply the setup fee and trial period, unless the plan has no trial.
51
51
  define_attribute :starts_at, DateTime
52
52
 
53
+ # @!attribute tax_inclusive
54
+ # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to use this flag.
55
+ define_attribute :tax_inclusive, :Boolean
56
+
53
57
  # @!attribute total_billing_cycles
54
58
  # @return [Integer] The number of cycles/billing periods in a term. When `remaining_billing_cycles=0`, if `auto_renew=true` the subscription will renew and a new term will begin, otherwise the subscription will expire.
55
59
  define_attribute :total_billing_cycles, Integer
@@ -11,7 +11,7 @@ module Recurly
11
11
  define_attribute :auto_renew, :Boolean
12
12
 
13
13
  # @!attribute billing_info_id
14
- # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info.
14
+ # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info. `billing_info_id` can ONLY be used for sites utilizing the Wallet feature.
15
15
  define_attribute :billing_info_id, String
16
16
 
17
17
  # @!attribute collection_method
@@ -58,6 +58,10 @@ module Recurly
58
58
  # @return [SubscriptionShippingUpdate] Subscription shipping details
59
59
  define_attribute :shipping, :SubscriptionShippingUpdate
60
60
 
61
+ # @!attribute tax_inclusive
62
+ # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to use this flag.
63
+ define_attribute :tax_inclusive, :Boolean
64
+
61
65
  # @!attribute terms_and_conditions
62
66
  # @return [String] Specify custom notes to add or override Terms and Conditions. Custom notes will stay with a subscription on all renewals.
63
67
  define_attribute :terms_and_conditions, String
@@ -10,6 +10,10 @@ module Recurly
10
10
  # @return [String] 3-letter ISO 4217 currency code.
11
11
  define_attribute :currency, String
12
12
 
13
+ # @!attribute tax_inclusive
14
+ # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to use this flag.
15
+ define_attribute :tax_inclusive, :Boolean
16
+
13
17
  # @!attribute unit_amount
14
18
  # @return [Float] Allows up to 2 decimal places. Required unless `unit_amount_decimal` is provided.
15
19
  define_attribute :unit_amount, Float
@@ -19,7 +19,7 @@ module Recurly
19
19
  define_attribute :balance, Float
20
20
 
21
21
  # @!attribute billing_info_id
22
- # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info.
22
+ # @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info. `billing_info_id` can ONLY be used for sites utilizing the Wallet feature.
23
23
  define_attribute :billing_info_id, String
24
24
 
25
25
  # @!attribute closed_at
@@ -14,6 +14,10 @@ module Recurly
14
14
  # @return [Float] Amount of one-time setup fee automatically charged at the beginning of a subscription billing cycle. For subscription plans with a trial, the setup fee will be charged at the time of signup. Setup fees do not increase with the quantity of a subscription plan.
15
15
  define_attribute :setup_fee, Float
16
16
 
17
+ # @!attribute tax_inclusive
18
+ # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to use this flag.
19
+ define_attribute :tax_inclusive, :Boolean
20
+
17
21
  # @!attribute unit_amount
18
22
  # @return [Float] Unit price
19
23
  define_attribute :unit_amount, Float
@@ -10,6 +10,10 @@ module Recurly
10
10
  # @return [String] 3-letter ISO 4217 currency code.
11
11
  define_attribute :currency, String
12
12
 
13
+ # @!attribute tax_inclusive
14
+ # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to use this flag.
15
+ define_attribute :tax_inclusive, :Boolean
16
+
13
17
  # @!attribute unit_amount
14
18
  # @return [Float] Unit price
15
19
  define_attribute :unit_amount, Float
@@ -66,6 +66,10 @@ module Recurly
66
66
  # @return [String] The ID of the subscription that is going to be changed.
67
67
  define_attribute :subscription_id, String
68
68
 
69
+ # @!attribute tax_inclusive
70
+ # @return [Boolean] Determines whether or not tax is included in the unit amount. The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing feature) must be enabled to use this flag.
71
+ define_attribute :tax_inclusive, :Boolean
72
+
69
73
  # @!attribute unit_amount
70
74
  # @return [Float] Unit amount
71
75
  define_attribute :unit_amount, Float
@@ -1,3 +1,3 @@
1
1
  module Recurly
2
- VERSION = "4.10.0"
2
+ VERSION = "4.11.0"
3
3
  end
data/openapi/api.yaml CHANGED
@@ -14579,7 +14579,8 @@ components:
14579
14579
  billing_info_id:
14580
14580
  name: billing_info_id
14581
14581
  in: path
14582
- description: Billing Info ID.
14582
+ description: Billing Info ID. Can ONLY be used for sites utilizing the Wallet
14583
+ feature.
14583
14584
  required: true
14584
14585
  schema:
14585
14586
  type: string
@@ -17377,7 +17378,8 @@ components:
17377
17378
  description: The `billing_info_id` is the value that represents a specific
17378
17379
  billing info for an end customer. When `billing_info_id` is used to assign
17379
17380
  billing info to the subscription, all future billing events for the subscription
17380
- will bill to the specified billing info.
17381
+ will bill to the specified billing info. `billing_info_id` can ONLY be
17382
+ used for sites utilizing the Wallet feature.
17381
17383
  subscription_ids:
17382
17384
  type: array
17383
17385
  title: Subscription IDs
@@ -17634,7 +17636,8 @@ components:
17634
17636
  description: The `billing_info_id` is the value that represents a specific
17635
17637
  billing info for an end customer. When `billing_info_id` is used to assign
17636
17638
  billing info to the subscription, all future billing events for the subscription
17637
- will bill to the specified billing info.
17639
+ will bill to the specified billing info. `billing_info_id` can ONLY be
17640
+ used for sites utilizing the Wallet feature.
17638
17641
  InvoiceCollection:
17639
17642
  type: object
17640
17643
  title: Invoice collection
@@ -18178,6 +18181,13 @@ components:
18178
18181
  A positive or negative amount with `type=credit` will result in a negative `unit_amount`.
18179
18182
  If `item_code`/`item_id` is present, `unit_amount` can be passed in, to override the
18180
18183
  `Item`'s `unit_amount`. If `item_code`/`item_id` is not present then `unit_amount` is required.
18184
+ tax_inclusive:
18185
+ type: boolean
18186
+ title: Tax Inclusive?
18187
+ default: false
18188
+ description: Determines whether or not tax is included in the unit amount.
18189
+ The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing
18190
+ feature) must be enabled to use this flag.
18181
18191
  quantity:
18182
18192
  type: integer
18183
18193
  title: Quantity
@@ -18691,6 +18701,13 @@ components:
18691
18701
  title: Unit price
18692
18702
  minimum: 0
18693
18703
  maximum: 1000000
18704
+ tax_inclusive:
18705
+ type: boolean
18706
+ title: Tax Inclusive?
18707
+ default: false
18708
+ description: Determines whether or not tax is included in the unit amount.
18709
+ The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing
18710
+ feature) must be enabled to use this flag.
18694
18711
  PlanUpdate:
18695
18712
  type: object
18696
18713
  properties:
@@ -18849,6 +18866,13 @@ components:
18849
18866
  description: |
18850
18867
  Allows up to 9 decimal places. Only supported when `add_on_type` = `usage`.
18851
18868
  If `unit_amount_decimal` is provided, `unit_amount` cannot be provided.
18869
+ tax_inclusive:
18870
+ type: boolean
18871
+ title: Tax Inclusive?
18872
+ default: false
18873
+ description: Determines whether or not tax is included in the unit amount.
18874
+ The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing
18875
+ feature) must be enabled to use this flag.
18852
18876
  required:
18853
18877
  - currency
18854
18878
  TierPricing:
@@ -18891,6 +18915,13 @@ components:
18891
18915
  title: Unit price
18892
18916
  minimum: 0
18893
18917
  maximum: 1000000
18918
+ tax_inclusive:
18919
+ type: boolean
18920
+ title: Tax Inclusive?
18921
+ default: false
18922
+ description: Determines whether or not tax is included in the unit amount.
18923
+ The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing
18924
+ feature) must be enabled to use this flag.
18894
18925
  required:
18895
18926
  - currency
18896
18927
  - unit_amount
@@ -19828,6 +19859,13 @@ components:
19828
19859
  type: number
19829
19860
  format: float
19830
19861
  title: Unit amount
19862
+ tax_inclusive:
19863
+ type: boolean
19864
+ title: Tax Inclusive?
19865
+ default: false
19866
+ description: Determines whether or not tax is included in the unit amount.
19867
+ The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing
19868
+ feature) must be enabled to use this flag.
19831
19869
  quantity:
19832
19870
  type: integer
19833
19871
  title: Subscription quantity
@@ -19915,6 +19953,13 @@ components:
19915
19953
  be used.
19916
19954
  minimum: 0
19917
19955
  maximum: 1000000
19956
+ tax_inclusive:
19957
+ type: boolean
19958
+ title: Tax Inclusive?
19959
+ default: false
19960
+ description: Determines whether or not tax is included in the unit amount.
19961
+ The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing
19962
+ feature) must be enabled to use this flag.
19918
19963
  quantity:
19919
19964
  type: integer
19920
19965
  title: Quantity
@@ -20043,7 +20088,8 @@ components:
20043
20088
  description: The `billing_info_id` is the value that represents a specific
20044
20089
  billing info for an end customer. When `billing_info_id` is used to assign
20045
20090
  billing info to the subscription, all future billing events for the subscription
20046
- will bill to the specified billing info.
20091
+ will bill to the specified billing info. `billing_info_id` can ONLY be
20092
+ used for sites utilizing the Wallet feature.
20047
20093
  shipping:
20048
20094
  title: Shipping address
20049
20095
  description: Create a shipping address on the account and assign it to the
@@ -20067,6 +20113,13 @@ components:
20067
20113
  the subscription plan for the provided currency.
20068
20114
  minimum: 0
20069
20115
  maximum: 1000000
20116
+ tax_inclusive:
20117
+ type: boolean
20118
+ title: Tax Inclusive?
20119
+ default: false
20120
+ description: Determines whether or not tax is included in the unit amount.
20121
+ The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing
20122
+ feature) must be enabled to use this flag.
20070
20123
  quantity:
20071
20124
  type: integer
20072
20125
  title: Quantity
@@ -20198,6 +20251,13 @@ components:
20198
20251
  the subscription plan for the provided currency.
20199
20252
  minimum: 0
20200
20253
  maximum: 1000000
20254
+ tax_inclusive:
20255
+ type: boolean
20256
+ title: Tax Inclusive?
20257
+ default: false
20258
+ description: Determines whether or not tax is included in the unit amount.
20259
+ The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing
20260
+ feature) must be enabled to use this flag.
20201
20261
  quantity:
20202
20262
  type: integer
20203
20263
  title: Quantity
@@ -20334,6 +20394,13 @@ components:
20334
20394
  description: If present, this subscription's transactions will use the payment
20335
20395
  gateway with this code.
20336
20396
  maxLength: 13
20397
+ tax_inclusive:
20398
+ type: boolean
20399
+ title: Tax Inclusive?
20400
+ default: false
20401
+ description: Determines whether or not tax is included in the unit amount.
20402
+ The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing
20403
+ feature) must be enabled to use this flag.
20337
20404
  shipping:
20338
20405
  "$ref": "#/components/schemas/SubscriptionShippingUpdate"
20339
20406
  billing_info_id:
@@ -20342,7 +20409,8 @@ components:
20342
20409
  description: The `billing_info_id` is the value that represents a specific
20343
20410
  billing info for an end customer. When `billing_info_id` is used to assign
20344
20411
  billing info to the subscription, all future billing events for the subscription
20345
- will bill to the specified billing info.
20412
+ will bill to the specified billing info. `billing_info_id` can ONLY be
20413
+ used for sites utilizing the Wallet feature.
20346
20414
  SubscriptionPause:
20347
20415
  type: object
20348
20416
  properties:
@@ -20940,7 +21008,8 @@ components:
20940
21008
  description: The `billing_info_id` is the value that represents a specific
20941
21009
  billing info for an end customer. When `billing_info_id` is used to assign
20942
21010
  billing info to the subscription, all future billing events for the subscription
20943
- will bill to the specified billing info.
21011
+ will bill to the specified billing info. `billing_info_id` can ONLY be
21012
+ used for sites utilizing the Wallet feature.
20944
21013
  collection_method:
20945
21014
  title: Collection method
20946
21015
  description: Must be set to manual in order to preview a purchase for an
@@ -22017,6 +22086,7 @@ components:
22017
22086
  - three_d_secure_action_result_token_mismatch
22018
22087
  - three_d_secure_authentication
22019
22088
  - three_d_secure_connection_error
22089
+ - three_d_secure_credential_error
22020
22090
  - three_d_secure_not_supported
22021
22091
  - too_many_attempts
22022
22092
  - total_credit_exceeds_capture
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recurly
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.10.0
4
+ version: 4.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-22 00:00:00.000000000 Z
11
+ date: 2021-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -302,7 +302,7 @@ metadata:
302
302
  changelog_uri: https://github.com/recurly/recurly-client-ruby/blob/master/CHANGELOG.md
303
303
  documentation_uri: https://recurly.github.io/recurly-client-ruby/
304
304
  homepage_uri: https://github.com/recurly/recurly-client-ruby
305
- source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.10.0
305
+ source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/4.11.0
306
306
  post_install_message:
307
307
  rdoc_options: []
308
308
  require_paths: