Variable $StripeAccountIdConst

$StripeAccountId: {
    properties: {
        account: {
            example: "acct_1PG0b3RCReiSq1hk";
            nullable: false;
            type: "string";
        };
    };
    required: readonly ["account"];
    type: "object";
} = ...