class Haystack::Customer

Included Modules

Defined in:

haystack/customer.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 authorizations : Array(Card::Authorization) | Nil #

[View source]
def created_at : Time | Nil #

[View source]
def customer_code : String | Nil #

[View source]
def dedicated_account : Bank::Account | Nil #

[View source]
def domain : Domain | Nil #

[View source]
def email : String | Nil #

[View source]
def first_name : String | Nil #

[View source]
def id : Int64 | Nil #

[View source]
def identifications : Array(Identification) | Nil #

[View source]
def identified #

[View source]
def identified? #

[View source]
def integration : Integration | Nil #

[View source]
def international_format_phone : String | Nil #

[View source]
def last_name : String | Nil #

[View source]
def metadata : Metadata | Nil #

[View source]
def phone : String | Nil #

[View source]
def risk_action : RiskAction | Nil #

[View source]
def subscriptions : Array(Subscription) | Nil #

[View source]
def transactions : Array(Transaction) | Nil #

[View source]
def updated_at : Time | Nil #

[View source]