Mayson Monorepo Documentation
    Preparing search index...
    interface Recovery {
        allow_promotion_codes?: boolean;
        enabled: boolean;
    }
    Index

    Properties

    allow_promotion_codes?: boolean

    Enables user redeemable promotion codes on the recovered Checkout Sessions. Defaults to false

    enabled: boolean

    If true, a recovery URL will be generated to recover this Checkout Session if it expires before a successful transaction is completed. It will be attached to the Checkout Session object upon expiration.