lib/recurly/requests/add_on_update.rb in recurly-3.0.0.beta.4 vs lib/recurly/requests/add_on_update.rb in recurly-3.0.0.beta.5

- old
+ new

@@ -24,19 +24,19 @@ # @!attribute display_quantity # @return [Boolean] Determines if the quantity field is displayed on the hosted pages for the add-on. define_attribute :display_quantity, :Boolean - # @!attribute [r] id + # @!attribute id # @return [String] Add-on ID - define_attribute :id, String, { :read_only => true } + define_attribute :id, String # @!attribute name # @return [String] Describes your add-on and will appear in subscribers' invoices. define_attribute :name, String # @!attribute tax_code - # @return [String] Optional field for EU VAT merchants and Avalara AvaTax Pro merchants. If you are using Recurly's EU VAT feature, you can use values of 'unknown', 'physical', or 'digital'. If you have your own AvaTax account configured, you can use Avalara tax codes to assign custom tax rules. + # @return [String] Optional field used by Avalara, Vertex, and Recurly's EU VAT tax feature to determine taxation rules. If you have your own AvaTax or Vertex account configured, use their tax codes to assign specific tax rules. If you are using Recurly's EU VAT feature, you can use values of `unknown`, `physical`, or `digital`. define_attribute :tax_code, String end end end