Money.Subscription.current_plan_start_date

You're seeing just the function current_plan_start_date, go back to Money.Subscription module for more information.
Link to this function

current_plan_start_date(subscription)

View Source

Specs

current_plan_start_date(t()) :: Date.t() | nil

Returns the start date of the current plan.

Arguments

  • subscription is a Money.Subscription.t or any map that provides the field :plans

Returns

  • The start Date.t of the current plan