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) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def header : String | Nil #

[View source]
def header=(header : String | Nil) #

[View source]
def message : String | Nil #

[View source]
def message=(message : String | Nil) #

[View source]
def param : String | Nil #

[View source]
def param=(param : String | Nil) #

[View source]