lib/recurly/requests/account_update.rb in recurly-3.23.0 vs lib/recurly/requests/account_update.rb in recurly-3.24.0
- old
+ new
@@ -60,9 +60,13 @@
# @!attribute preferred_locale
# @return [String] Used to determine the language and locale of emails sent on behalf of the merchant to the customer. The list of locales is restricted to those the merchant has enabled on the site.
define_attribute :preferred_locale, String
+ # @!attribute preferred_time_zone
+ # @return [String] Used to determine the time zone of emails sent on behalf of the merchant to the customer. Must be a [supported IANA time zone name](https://docs.recurly.com/docs/email-time-zones-and-time-stamps#supported-api-iana-time-zone-names)
+ define_attribute :preferred_time_zone, String
+
# @!attribute tax_exempt
# @return [Boolean] The tax status of the account. `true` exempts tax on the account, `false` applies tax on the account.
define_attribute :tax_exempt, :Boolean
# @!attribute transaction_type