lib/recurly/requests/account_create.rb in recurly-4.37.0 vs lib/recurly/requests/account_create.rb in recurly-4.38.0
- old
+ new
@@ -64,9 +64,13 @@
# @!attribute last_name
# @return [String]
define_attribute :last_name, String
+ # @!attribute override_business_entity_id
+ # @return [String] Unique ID to identify the business entity assigned to the account. Available when the `Multiple Business Entities` feature is enabled.
+ define_attribute :override_business_entity_id, String
+
# @!attribute parent_account_code
# @return [String] The account code 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_code, String
# @!attribute parent_account_id