View Source GitHub.User.MarketplacePurchase (GitHub REST API Client v0.3.0)

Provides struct and type for a User.MarketplacePurchase

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.User.MarketplacePurchase{
  __info__: map(),
  account: GitHub.Marketplace.Account.t(),
  billing_cycle: String.t(),
  free_trial_ends_on: DateTime.t() | nil,
  next_billing_date: DateTime.t() | nil,
  on_free_trial: boolean(),
  plan: GitHub.Marketplace.ListingPlan.t(),
  unit_count: integer() | nil,
  updated_at: DateTime.t() | nil
}