struct Haystack::Webhook::Event::Charge::Dispute

Defined in:

haystack/webhook/event.cr

Constant Summary

CREATE = "#{NAME}.create"
NAME = "#{Charge::NAME}.dispute"
REMIND = "#{NAME}.remind"
RESOLVE = "#{NAME}.resolve"

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw : String) #

[View source]

Instance Method Detail

def create? #

[View source]
def remind? #

[View source]
def resolve? #

[View source]