View Source GitHub.Marketplace.PurchaseMarketplacePurchase (GitHub REST API Client v0.3.0)

Provides struct and type for a Marketplace.PurchaseMarketplacePurchase

Link to this section Summary

Link to this section Types

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