struct Haystack::Transaction::Endpoint
Included Modules
Defined in:
haystack/transaction/endpoint.cr
Class Method Summary
Instance Method Summary
-
#charge_authorization(**params, &)
-
#charge_authorization(**params) : Item
-
#check_authorization(**params, &)
-
#check_authorization(**params) : Amount::Item
-
#debit(**params, &)
-
#debit(**params) : Item
-
#export(**params, &)
-
#export(**params) : Export::Item
-
#fetch(id : Int, &)
-
#fetch(id : Int) : Item
-
#initiate(**params, &)
-
#initiate(**params) : Authorization::Item
-
#list(**params, &)
-
#list(**params) : List
-
#timeline(id : String | Int, &)
-
#timeline(id : String | Int) : Timeline::Item
-
#totals(**params, &)
-
#totals(**params) : Totals::Item
-
#verify(reference : String, &)
-
#verify(reference : String) : Item
Class Method Detail
Instance Method Detail
def
charge_authorization(**params, &)
#
def
charge_authorization(**params) :
Item
#
def
check_authorization(**params, &)
#
def
debit(**params) :
Item
#
def
export(**params, &)
#
def
fetch(id : Int) :
Item
#
def
initiate(**params, &)
#
def
list(**params) :
List
#
def
timeline(id : String | Int, &)
#
def
totals(**params, &)
#
def
verify(reference : String, &)
#
def
verify(reference : String) :
Item
#