Interface AccountUnregisterDeviceParams

interface AccountUnregisterDeviceParams {
    device_id?: string;
    sandbox?: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

device_id?: string

Unique device ID.

sandbox?: number | boolean

Generated using TypeDoc