struct Octokit::Models::MarketplacePlanAccount

Defined in:

octokit/models/apps_marketplace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, type : String, id : Int64, node_id : String, login : String, email : String, organization_billing_email : String, marketplace_purchase : MarketplacePurchase, marketplace_pending_change : MarketplacePendingChange) #

def self.new(__temp_518 : JSON::PullParser) #

Instance Method Detail

def email : String #

def email=(_email : String) #

def id : Int64 #

def id=(_id : Int64) #

def login : String #

def login=(_login : String) #

def marketplace_pending_change : MarketplacePendingChange #

def marketplace_pending_change=(_marketplace_pending_change : MarketplacePendingChange) #

def marketplace_purchase : MarketplacePurchase #

def marketplace_purchase=(_marketplace_purchase : MarketplacePurchase) #

def node_id : String #

def node_id=(_node_id : String) #

def organization_billing_email : String #

def organization_billing_email=(_organization_billing_email : String) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #

def url : String #

def url=(_url : String) #