enum Stripe::Account::BusinessType

Defined in:

stripe/objects/account.cr

Enum Members

Individual = 0
Company = 1
NonProfit = 2
GovernmentEntity = 3

Instance Method Summary

Instance Method Detail

def company? #

def government_entity? #

def individual? #

def non_profit? #