class Stripe::Account::Individual

Included Modules

Defined in:

stripe/objects/account.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def account : String | Nil #

def address : Stripe::Address | Nil #

def address_kana : Stripe::Address | Nil #

def address_kanji : Stripe::Address | Nil #

def created : Time | Nil #

def dob : DateOfBirth | Nil #

def email : String | Nil #

def first_name : String | Nil #

def first_name_kana : String | Nil #

def first_name_kanji : String | Nil #

def gender : String | Nil #

def id : String #

def id_number_provided : Bool | Nil #

def last_name : String | Nil #

def last_name_kana : String | Nil #

def last_name_kanji : String | Nil #

def maiden_name : String | Nil #

def metadata : JSON::Any | Nil #

def nationality : String | Nil #

def object : String #

def phone : String | Nil #

def political_exposure : PoliticalExposure | Nil #

def relationship : Relationship | Nil #

def requirements : Requirements | Nil #

def ssn_last_4_provided : Bool | Nil #

def verification : Verification | Nil #