Mayson Monorepo Documentation
    Preparing search index...
    interface Device {
        device_fingerprint?: string;
        ip_address?: string;
        location?: string;
        name?: string;
        phone_number?: string;
        type?: Stripe.Issuing.Token.NetworkData.Device.Type;
    }
    Index

    Properties

    device_fingerprint?: string

    An obfuscated ID derived from the device ID.

    ip_address?: string

    The IP address of the device at provisioning time.

    location?: string

    The geographic latitude/longitude coordinates of the device at provisioning time. The format is [+-]decimal/[+-]decimal.

    name?: string

    The name of the device used for tokenization.

    phone_number?: string

    The phone number of the device used for tokenization.

    The type of device used for tokenization.