lib/recurly/resources/account.rb in recurly-4.17.0 vs lib/recurly/resources/account.rb in recurly-4.18.0
- old
+ new
@@ -89,10 +89,10 @@
# @!attribute id
# @return [String]
define_attribute :id, String
# @!attribute invoice_template_id
- # @return [String] Unique ID to identify an invoice template. Available when the Invoice Customization feature is enabled. Used to specify if a non-default invoice template will be used to generate invoices for the account. For sites without multiple invoice templates enabled, the default template will always be used.
+ # @return [String] Unique ID to identify an invoice template. Available when the site is on a Pro or Enterprise plan. Used to specify if a non-default invoice template will be used to generate invoices for the account. For sites without multiple invoice templates enabled, the default template will always be used.
define_attribute :invoice_template_id, String
# @!attribute last_name
# @return [String]
define_attribute :last_name, String