lib/recurly/requests/add_on_update.rb in recurly-3.3.0 vs lib/recurly/requests/add_on_update.rb in recurly-3.3.1

- old
+ new

@@ -32,9 +32,13 @@ # @!attribute name # @return [String] Describes your add-on and will appear in subscribers' invoices. If an `Item` is associated to the `AddOn` then `name` must be absent. define_attribute :name, String + # @!attribute revenue_schedule_type + # @return [String] When this add-on is invoiced, the line item will use this revenue schedule. If an `Item` is associated to the `AddOn` then `revenue_schedule_type` must be absent in the request as the value will be set from the item. + define_attribute :revenue_schedule_type, String + # @!attribute tax_code # @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`. If an `Item` is associated to the `AddOn` then `tax code` must be absent. define_attribute :tax_code, String end end