class Haystack::Dispute::Evidence

Included Modules

Defined in:

haystack/dispute/evidence.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

Class Method Detail

def self.from_any(object) : self | Nil #

[View source]

Instance Method Detail

def created_at : Time | Nil #

[View source]
def customer_email : String | Nil #

[View source]
def customer_name : String | Nil #

[View source]
def customer_phone : String | Nil #

[View source]
def delivery_address : String | Nil #

[View source]
def delivery_date : Time | Nil #

[View source]
def dispute : Dispute | Nil #

[View source]
def id : Int64 | Nil #

[View source]
def service_details : String | Nil #

[View source]
def updated_at : Time | Nil #

[View source]