class Stripe::Error

Included Modules

Defined in:

stripe/error.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def charge : String | Nil #

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

[View source]
def code : String | Nil #

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

[View source]
def decline_code : String | Nil #

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

[View source]
def doc_url : String | Nil #

[View source]
def doc_url=(doc_url : 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]
def type : Stripe::Error::Type #

[View source]
def type=(type : Stripe::Error::Type) #

[View source]