struct Haystack::Card::Authorization

Included Modules

Defined in:

haystack/card/authorization.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def account_name : String | Nil #

[View source]
def authorization_code : String | Nil #

[View source]
def bank : String | Nil #

[View source]
def bin : String | Nil #

[View source]
def brand : String | Nil #

[View source]
def card_type : String | Nil #

[View source]
def channel : Channel | Nil #

[View source]
def country_code : String | Nil #

[View source]
def exp_month : String | Nil #

[View source]
def exp_year : String | Nil #

[View source]
def last4 : String | Nil #

[View source]
def receiver_bank : String | Nil #

[View source]
def receiver_bank_account_number : String | Nil #

[View source]
def reusable #

[View source]
def reusable? #

[View source]
def signature : String | Nil #

[View source]