Type Alias StripeConnectAccountDetails

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

Type declaration

  • address: StripeAddress
  • businessType:
        | "company"
        | "government_entity"
        | "individual"
        | "non_profit"
  • currency: string

    Currency

  • email: string
  • name: string
  • region: ProjectRegion