Type Alias StripeConnectAccountDetails
StripeConnectAccountDetails: { address: StripeAddress; businessType: | "company" | "government_entity" | "individual" | "non_profit"; currency: string; email: string; name: string; region: ProjectRegion; } Type declaration
businessType:
| "company"
| "government_entity"
| "individual"
| "non_profit"
currency: string
email: string
name: string
Currency