lib/recurly/resources/pricing.rb in recurly-3.28.0 vs lib/recurly/resources/pricing.rb in recurly-4.0.0
- old
+ new
@@ -8,13 +8,9 @@
# @!attribute currency
# @return [String] 3-letter ISO 4217 currency code.
define_attribute :currency, String
- # @!attribute tax_inclusive
- # @return [Boolean] This field is deprecated. Please do not use it.
- define_attribute :tax_inclusive, :Boolean
-
# @!attribute unit_amount
# @return [Float] Unit price
define_attribute :unit_amount, Float
end
end