View Source GitHub.Marketplace.ListingPlan (GitHub REST API Client v0.0.9)
Provides struct and type for MarketplaceListingPlan
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Marketplace.ListingPlan{ accounts_url: String.t(), bullets: [String.t()], description: String.t(), has_free_trial: boolean(), id: integer(), monthly_price_in_cents: integer(), name: String.t(), number: integer(), price_model: String.t(), state: String.t(), unit_name: String.t() | nil, url: String.t(), yearly_price_in_cents: integer() }