class Stripe::SignatureVerificationError

Included Modules

Defined in:

stripe/methods/core/webhook/webhook.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message, param : Nil | String, header : Nil | String) #

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

Instance Method Detail

def header : String | Nil #

def header=(header : String | Nil) #

def message : String | Nil #

def message=(message : String | Nil) #

def param : String | Nil #

def param=(param : String | Nil) #