struct Haystack::Transfer

Included Modules

Defined in:

haystack/transfer.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def amount : Int32 | Nil #

[View source]
def created_at : Time | Nil #

[View source]
def currency : Currency | Nil #

[View source]
def domain : Domain | Nil #

[View source]
def failures : JSON::Any | Nil #

[View source]
def id : Int64 | Nil #

[View source]
def integration : Integration | Nil #

[View source]
def reason : String | Nil #

[View source]
def recipient : Recipient | Nil #

[View source]
def reference : String | Nil #

[View source]
def source : Source | Nil #

[View source]
def source_details : JSON::Any | Nil #

[View source]
def status : Status | Nil #

[View source]
def titan_code : String | Nil #

[View source]
def transfer_code : String | Nil #

[View source]
def transferred_at : Time | Nil #

[View source]
def updated_at : Time | Nil #

[View source]