lib/recurly/requests/subscription_purchase.rb in recurly-3.9.0 vs lib/recurly/requests/subscription_purchase.rb in recurly-3.10.0
- old
+ new
@@ -44,9 +44,13 @@
# @!attribute shipping
# @return [SubscriptionShippingPurchase] Create a shipping address on the account and assign it to the subscription.
define_attribute :shipping, :SubscriptionShippingPurchase
+ # @!attribute starts_at
+ # @return [DateTime] If set, the subscription will begin in the future on this date. The subscription will apply the setup fee and trial period, unless the plan has no trial.
+ define_attribute :starts_at, DateTime
+
# @!attribute total_billing_cycles
# @return [Integer] The number of cycles/billing periods in a term. When `remaining_billing_cycles=0`, if `auto_renew=true` the subscription will renew and a new term will begin, otherwise the subscription will expire.
define_attribute :total_billing_cycles, Integer
# @!attribute trial_ends_at