stripity_stripe v2.0.0-alpha.6 Stripe.List

Work with Stripe list objects.

A list is a general-purpose Stripe object which holds one or more other Stripe objects in its “data” property.

In its current iteration it simply allows serializing into a properly typed struct.

In future iterations, it should:

  • Support multiple types of objects in its collection
  • Support fetching the next set of objects (pagination)

Summary

Types

t()
t :: %Stripe.List{data: term, has_more: term, object: term, total_count: term, url: term}