Polarex.CheckoutOrganization (Polarex v0.2.8)

View Source

Provides struct and type for a CheckoutOrganization

Summary

Types

t()

@type t() :: %Polarex.CheckoutOrganization{
  allow_customer_updates: boolean(),
  avatar_url: String.t() | nil,
  created_at: DateTime.t(),
  id: String.t(),
  modified_at: DateTime.t() | nil,
  name: String.t(),
  proration_behavior: String.t(),
  slug: String.t()
}