Money.Subscription.__struct__
You're seeing just the function
__struct__
, go back to Money.Subscription module for more information.
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 theDateTime.t
when the subscription was created