struct Haystack::Customer::Endpoint

Included Modules

Defined in:

haystack/customer/endpoint.cr

Class Method Summary

Instance Method Summary

Constructor methods inherited from module Haystack::Endpoint

new(client : Haystack) new

Class Method Detail

def self.uri : URI #

[View source]

Instance Method Detail

def create(**params, &) #

[View source]
def create(**params) : Item #

[View source]
def deactivate_authorization(**params, &) #

[View source]
def deactivate_authorization(**params) : Card::Authorization::Item #

[View source]
def fetch(code : String, &) #

[View source]
def fetch(code : String) : Item #

[View source]
def list(**params, &) #

[View source]
def list(**params) : List #

[View source]
def set_risk_action(**params, &) #

[View source]
def set_risk_action(**params) : Item #

[View source]
def update(code : String, **params, &) #

[View source]
def update(code : String, **params) : Item #

[View source]
def verify(code : String, **params, &) #

[View source]
def verify(code : String, **params) : Identification::Item #

[View source]