lib/recurly/requests/account_update.rb in recurly-3.0.0.beta.4 vs lib/recurly/requests/account_update.rb in recurly-3.0.0.beta.5

- old
+ new

@@ -10,11 +10,11 @@ # @return [Address] define_attribute :address, :Address # @!attribute bill_to # @return [String] An enumerable describing the billing behavior of the account, specifically whether the account is self-paying or will rely on the parent account to pay. - define_attribute :bill_to, String, { :enum => ["self", "parent"] } + define_attribute :bill_to, String # @!attribute billing_info # @return [BillingInfoCreate] define_attribute :billing_info, :BillingInfoCreate @@ -54,10 +54,10 @@ # @return [String] The UUID of the parent account to be associated with this account. Passing an empty value removes any existing parent association from this account. If both `parent_account_code` and `parent_account_id` are passed, the non-blank value in `parent_account_id` will be used. Only one level of parent child relationship is allowed. You cannot assign a parent account that itself has a parent account. 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. The list of locales is restricted to those the merchant has enabled on the site. - define_attribute :preferred_locale, String, { :enum => ["da-DK", "de-CH", "de-DE", "en-AU", "en-CA", "en-GB", "en-NZ", "en-US", "es-ES", "es-MX", "es-US", "fr-CA", "fr-FR", "hi-IN", "ja-JP", "nl-BE", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "tr-TR", "zh-CN"] } + define_attribute :preferred_locale, 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