class Stripe::Event

Included Modules

Defined in:

stripe/objects/core/event.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def account : String | Nil #

def api_version : String #

def created : Time | Nil #

def data : Data #

def id : String #

def livemode : Bool | Nil #

def object : String #

def pending_webhooks : Int32 #

def request : Request | Nil #

def type : String #