Money.Subscription.__struct__

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

%Money.Subscription{}

View Source (struct)

A struct defining a subscription

  • :id any term that uniquely identifies this subscription

  • :plans is a list of {change, plan} tuples that record the history of plans assigned to this subscription

  • :created_at records the DateTime.t when the subscription was created