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

- old
+ new

@@ -65,10 +65,10 @@ # @!attribute state # @return [String] The current state of the plan. 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 tax_exempt # @return [Boolean] `true` exempts tax on the plan, `false` applies tax on the plan. define_attribute :tax_exempt, :Boolean