class Stripe::Error

Included Modules

Defined in:

stripe/error.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def charge : String | Nil #

def charge=(charge : String | Nil) #

def code : String | Nil #

def code=(code : String | Nil) #

def decline_code : String | Nil #

def decline_code=(decline_code : String | Nil) #

def doc_url : String | Nil #

def doc_url=(doc_url : String | Nil) #

def message : String | Nil #

def message=(message : String | Nil) #

def param : String | Nil #

def param=(param : String | Nil) #

def type : Stripe::Error::Type #

def type=(type : Stripe::Error::Type) #