class Stripe::Account::Individual

Included Modules

Defined in:

stripe/objects/account.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def account : String | Nil #

[View source]
def address : Stripe::Address | Nil #

[View source]
def address_kana : Stripe::Address | Nil #

[View source]
def address_kanji : Stripe::Address | Nil #

[View source]
def created : Time | Nil #

[View source]
def dob : DateOfBirth | Nil #

[View source]
def email : String | Nil #

[View source]
def first_name : String | Nil #

[View source]
def first_name_kana : String | Nil #

[View source]
def first_name_kanji : String | Nil #

[View source]
def gender : String | Nil #

[View source]
def id : String #

[View source]
def id_number_provided : Bool | Nil #

[View source]
def last_name : String | Nil #

[View source]
def last_name_kana : String | Nil #

[View source]
def last_name_kanji : String | Nil #

[View source]
def maiden_name : String | Nil #

[View source]
def metadata : JSON::Any | Nil #

[View source]
def nationality : String | Nil #

[View source]
def object : String #

[View source]
def phone : String | Nil #

[View source]
def political_exposure : PoliticalExposure | Nil #

[View source]
def relationship : Relationship | Nil #

[View source]
def requirements : Requirements | Nil #

[View source]
def ssn_last_4_provided : Bool | Nil #

[View source]
def verification : Verification | Nil #

[View source]