struct Haystack::Webhook::Event::Invoice

Defined in:

haystack/webhook/event.cr

Constant Summary

CREATE = "#{NAME}.create"
NAME = "invoice"
PAYMENT_FAILED = "#{NAME}.payment_failed"
UPDATE = "#{NAME}.update"

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw : String) #

[View source]

Instance Method Detail

def create? #

[View source]
def payment_failed? #

[View source]
def update? #

[View source]