lib/recurly/requests/account_update.rb in recurly-4.42.0 vs lib/recurly/requests/account_update.rb in recurly-4.43.0
- old
+ new
@@ -45,10 +45,10 @@
# @!attribute first_name
# @return [String]
define_attribute :first_name, String
# @!attribute invoice_template_id
- # @return [String] Unique ID to identify an invoice template. Available when the site is on a Pro or Enterprise plan. Used to specify which invoice template, if any, should be used to generate invoices for the account.
+ # @return [String] Unique ID to identify an invoice template. Available when the site is on a Pro or Elite plan. Used to specify which invoice template, if any, should be used to generate invoices for the account.
define_attribute :invoice_template_id, String
# @!attribute last_name
# @return [String]
define_attribute :last_name, String