lib/recurly/requests/subscription_create.rb in recurly-4.55.0 vs lib/recurly/requests/subscription_create.rb in recurly-4.56.0
- old
+ new
@@ -20,9 +20,13 @@
# @!attribute billing_info_id
# @return [String] The `billing_info_id` is the value that represents a specific billing info for an end customer. When `billing_info_id` is used to assign billing info to the subscription, all future billing events for the subscription will bill to the specified billing info. `billing_info_id` can ONLY be used for sites utilizing the Wallet feature.
define_attribute :billing_info_id, String
+ # @!attribute bulk
+ # @return [Boolean] Optional field to be used only when needing to bypass the 60 second limit on creating subscriptions. Should only be used when creating subscriptions in bulk from the API.
+ define_attribute :bulk, :Boolean
+
# @!attribute collection_method
# @return [String] Collection method
define_attribute :collection_method, String
# @!attribute coupon_codes