lib/recurly/resources/account.rb in recurly-4.13.0 vs lib/recurly/resources/account.rb in recurly-4.14.0
- old
+ new
@@ -41,11 +41,11 @@
# @!attribute deleted_at
# @return [DateTime] If present, when the account was last marked inactive.
define_attribute :deleted_at, DateTime
# @!attribute dunning_campaign_id
- # @return [String] Unique ID to identify a dunning campaign. Available when the Dunning Campaigns feature is enabled. Used to specify if a non-default dunning campaign should be assigned to this account. For sites without multiple dunning campaigns enabled, the default dunning campaign will always be used.
+ # @return [String] Unique ID to identify a dunning campaign. Used to specify if a non-default dunning campaign should be assigned to this account. For sites without multiple dunning campaigns enabled, the default dunning campaign will always be used.
define_attribute :dunning_campaign_id, String
# @!attribute email
# @return [String] The email address used for communicating with this customer. The customer will also use this email address to log into your hosted account management pages. This value does not need to be unique.
define_attribute :email, String
@@ -88,12 +88,12 @@
# @!attribute id
# @return [String]
define_attribute :id, String
- # @!attribute invoice_template
- # @return [AccountInvoiceTemplate] Invoice template associated to the account. Available when invoice customization flag is enabled.
- define_attribute :invoice_template, :AccountInvoiceTemplate
+ # @!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.
+ define_attribute :invoice_template_id, String
# @!attribute last_name
# @return [String]
define_attribute :last_name, String