lib/recurly/resources/account.rb in recurly-3.28.0 vs lib/recurly/resources/account.rb in recurly-4.0.0

- old
+ new

@@ -40,14 +40,10 @@ # @!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. 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 # @!attribute exemption_certificate @@ -103,13 +99,9 @@ define_attribute :parent_account_id, String # @!attribute preferred_locale # @return [String] Used to determine the language and locale of emails sent on behalf of the merchant to the customer. define_attribute :preferred_locale, String - - # @!attribute preferred_time_zone - # @return [String] The [IANA time zone name](https://docs.recurly.com/docs/email-time-zones-and-time-stamps#supported-api-iana-time-zone-names) used to determine the time zone of emails sent on behalf of the merchant to the customer. - define_attribute :preferred_time_zone, String # @!attribute shipping_addresses # @return [Array[ShippingAddress]] The shipping addresses on the account. define_attribute :shipping_addresses, Array, { :item_type => :ShippingAddress }