View Source GitHub.User.MarketplacePurchase (GitHub REST API Client v0.0.6)
Provides struct and type for UserMarketplacePurchase
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.User.MarketplacePurchase{ account: GitHub.Marketplace.Account.t(), billing_cycle: String.t(), free_trial_ends_on: String.t() | nil, next_billing_date: String.t() | nil, on_free_trial: boolean(), plan: GitHub.Marketplace.ListingPlan.t(), unit_count: integer() | nil, updated_at: String.t() | nil }