class Braintree::Evidence

Defined in:

models/evidence.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(xml : XML::Node, transaction : Transaction | Nil = nil) #

[View source]

Class Method Detail

def self.load(id) #

[View source]

Instance Method Detail

def category : String | Nil #

[View source]
def comment : String | Nil #

[View source]
def created_at : Time #

[View source]
def global_id : String #

[View source]
def id : String #

[View source]
def sent_to_processor_at : Time | Nil #

[View source]
def sequence_number : Int32 | Nil #

[View source]
def store #

[View source]
def url : String | Nil #

[View source]
def xml : XML::Node | Nil #

[View source]