LedeWire SDK API Reference
    Preparing search index...

    Interface MerchantPasswordResetResponse

    Response returned by both merchant password reset endpoints. Contains a human-readable confirmation message.

    interface MerchantPasswordResetResponse {
        message: string;
    }
    Index

    Properties

    Properties

    message: string

    Human-readable result message from the API.