Mayson Monorepo Documentation
    Preparing search index...
    interface AccountRejectParams {
        reason: string;
        expand?: string[];
    }
    Index

    Properties

    Properties

    reason: string

    The reason for rejecting the account. Can be fraud, terms_of_service, or other.

    expand?: string[]

    Specifies which fields in the response should be expanded.