Variable $StripeSettingsConst

$StripeSettings: {
    additionalProperties: false;
    properties: {
        accountId: {
            example: "acct_1PGfm6IvHwa4R8Xt";
            readOnly: true;
            type: "string";
        };
    };
    readOnly: true;
    type: "object";
} = ...