lib/recurly/resources/line_item.rb in recurly-4.53.0 vs lib/recurly/resources/line_item.rb in recurly-4.54.0
- old
+ new
@@ -197,10 +197,10 @@
# @!attribute tax
# @return [Float] The tax amount for the line item.
define_attribute :tax, Float
# @!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 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.
define_attribute :tax_exempt, :Boolean