Mayson Monorepo Documentation
    Preparing search index...
    interface Profile {
        business_url?: string;
        doing_business_as?: string;
        product_description?: string;
    }
    Index

    Properties

    business_url?: string

    The business's publicly-available website.

    doing_business_as?: string

    The customer-facing business name.

    product_description?: string

    Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.