struct Haystack::BulkCharge::Charge

Included Modules

Defined in:

haystack/bulk_charge/charge.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def amount : Int32 | Nil #

[View source]
def authorization : Card::Authorization | Nil #

[View source]
def bulkcharge : Int64 | Nil #

[View source]
def created_at : Time | Nil #

[View source]
def currency : Currency | Nil #

[View source]
def customer : Customer | Nil #

[View source]
def domain : Domain | Nil #

[View source]
def id : Int64 | Nil #

[View source]
def integration : Integration | Nil #

[View source]
def status : Status | Nil #

[View source]
def transaction : Transaction | Nil #

[View source]
def updated_at : Time | Nil #

[View source]