lib/recurly/resources/add_on.rb in recurly-3.0.0.beta.5 vs lib/recurly/resources/add_on.rb in recurly-3.0.0

- old
+ new

@@ -53,10 +53,10 @@ # @!attribute state # @return [String] Add-ons can be either active or inactive. define_attribute :state, 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 `P0000000` is `physical`, `D0000000` is `digital`, and an empty string is `unknown`. + # @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`. define_attribute :tax_code, String # @!attribute updated_at # @return [DateTime] Last updated at define_attribute :updated_at, DateTime