lib/recurly/requests/subscription_purchase.rb in recurly-4.0.1 vs lib/recurly/requests/subscription_purchase.rb in recurly-4.1.0
- old
+ new
@@ -57,10 +57,10 @@
# @!attribute trial_ends_at
# @return [DateTime] If set, overrides the default trial behavior for the subscription. The date must be in the future.
define_attribute :trial_ends_at, DateTime
# @!attribute unit_amount
- # @return [Float] Override the unit amount of the subscription plan by setting this value in cents. If not provided, the subscription will inherit the price from the subscription plan for the provided currency.
+ # @return [Float] Override the unit amount of the subscription plan by setting this value. If not provided, the subscription will inherit the price from the subscription plan for the provided currency.
define_attribute :unit_amount, Float
end
end
end