class Stripe::Event

Included Modules

Defined in:

stripe/objects/core/event.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def account : String | Nil #

[View source]
def api_version : String #

[View source]
def created : Time | Nil #

[View source]
def data : Data #

[View source]
def id : String #

[View source]
def livemode : Bool | Nil #

[View source]
def object : String #

[View source]
def pending_webhooks : Int32 #

[View source]
def request : Request | Nil #

[View source]
def type : String #

[View source]