lib/recurly/resources/add_on_pricing.rb in recurly-4.17.0 vs lib/recurly/resources/add_on_pricing.rb in recurly-4.18.0
- old
+ new
@@ -9,10 +9,10 @@
# @!attribute currency
# @return [String] 3-letter ISO 4217 currency code.
define_attribute :currency, String
# @!attribute tax_inclusive
- # @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.
+ # @return [Boolean] This field is deprecated. Please do not use it.
define_attribute :tax_inclusive, :Boolean
# @!attribute unit_amount
# @return [Float] Allows up to 2 decimal places. Required unless `unit_amount_decimal` is provided.
define_attribute :unit_amount, Float