lib/recurly/resources/account.rb in recurly-4.26.0 vs lib/recurly/resources/account.rb in recurly-4.27.0

- old
+ new

@@ -108,9 +108,13 @@ # @!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 } # @!attribute state