@stripe/stripe-terminal-react-native
    Preparing search index...

    Type Alias SoftwareUpdate

    type SoftwareUpdate = {
        components?: UpdateComponent[];
        deviceSoftwareVersion: string;
        estimatedUpdateTime: EstimatedUpdateTime;
        requiredAt?: string;
    }
    Index

    Properties

    components?: UpdateComponent[]

    The update components (firmware, config, keys, incremental) included in this update.

    deviceSoftwareVersion: string
    estimatedUpdateTime: EstimatedUpdateTime
    requiredAt?: string