Skip to content

StripeCompanyType

A Stripe company

Fields

address · StripeCompanyAddressType · The company address
directors_provided · Boolean · Whether the company directors have been provided
executives_provided · Boolean · Whether the company executives have been provided
name · String · The legal name of the company
owners_provided · Boolean · Whether the company owners have been provided
phone · String · The company phone number
tax_id_provided · Boolean · Whether the company tax ID has been provided
verification · String · The verification status of the company

Used By

Definition

"""
A Stripe company
"""
type StripeCompanyType {
"""
The company address
"""
address: StripeCompanyAddressType
"""
Whether the company directors have been provided
"""
directors_provided: Boolean
"""
Whether the company executives have been provided
"""
executives_provided: Boolean
"""
The legal name of the company
"""
name: String
"""
Whether the company owners have been provided
"""
owners_provided: Boolean
"""
The company phone number
"""
phone: String
"""
Whether the company tax ID has been provided
"""
tax_id_provided: Boolean
"""
The verification status of the company
"""
verification: String
}