@paypal/paypal-js
    Preparing search index...
    PayPalLegacyBillingAgreementsSessionOptions: Omit<
        BasePaymentSessionOptions,
        "onApprove"
        | "onCancel",
    > & {
        billingToken?: string;
        onApprove: (data: OnApproveDataBillingAgreements) => Promise<void>;
        onCancel?: (data: OnCancelDataBillingAgreements) => void;
    }