struct Haystack::Settlement

Included Modules

Defined in:

haystack/settlement.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 domain : Domain | Nil #

[View source]
def id : Int64 | Nil #

[View source]
def integration : Integration | Nil #

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

[View source]
def settlement_date : Time | Nil #

[View source]
def status : Status | Nil #

[View source]
def subaccount : Subaccount | Nil #

[View source]
def total_amount : Int32 | Nil #

[View source]
def updated_at : Time | Nil #

[View source]