Interface WHMCSOptions

interface WHMCSOptions {
    endpoint?: string;
    host: string;
    identifier: string;
    secret: string;
}

Properties

endpoint?: string
host: string
identifier: string
secret: string