lib/recurly/requests/item_update.rb in recurly-4.53.0 vs lib/recurly/requests/item_update.rb in recurly-4.54.0
- old
+ new
@@ -57,10 +57,10 @@
# @!attribute revenue_schedule_type
# @return [String] Revenue schedule type
define_attribute :revenue_schedule_type, String
# @!attribute tax_code
- # @return [String] Used by Avalara, Vertex, and Recurly’s EU VAT tax feature. The tax code values are specific to each tax system. If you are using Recurly’s EU VAT feature you can use `unknown`, `physical`, or `digital`.
+ # @return [String] Optional field used by Avalara, Vertex, and Recurly's In-the-Box tax solution to determine taxation rules. You can pass in specific tax codes using any of these tax integrations. For Recurly's In-the-Box tax offering you can also choose to instead use simple values of `unknown`, `physical`, or `digital` tax codes.
define_attribute :tax_code, String
# @!attribute tax_exempt
# @return [Boolean] `true` exempts tax on the item, `false` applies tax on the item.
define_attribute :tax_exempt, :Boolean