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

    Type Alias Type

    type Type = {
        application?: string;
        cancellationReason?: string;
        clientSecret?: string;
        created?: string;
        customer?: string;
        description?: string;
        id: string;
        lastSetupError?: ApiErrorInformation;
        latestAttempt?: SetupAttempt;
        livemode: boolean;
        mandate?: string;
        metadata?: Record<string, string>;
        nextAction?: NextAction;
        onBehalfOf?: string;
        paymentMethod?: PaymentMethod.Type;
        paymentMethodId?: string;
        paymentMethodOptions?: PaymentMethodOptions;
        paymentMethodTypes?: string[];
        sdkUuid: string;
        singleUseMandate?: string;
        status?: SetupIntent.Status;
        usage?: Usage;
    }
    Index

    Properties

    application?: string
    cancellationReason?: string
    clientSecret?: string
    created?: string
    customer?: string
    description?: string
    id: string
    lastSetupError?: ApiErrorInformation
    latestAttempt?: SetupAttempt
    livemode: boolean
    mandate?: string
    metadata?: Record<string, string>
    nextAction?: NextAction
    onBehalfOf?: string
    paymentMethod?: PaymentMethod.Type
    paymentMethodId?: string
    paymentMethodOptions?: PaymentMethodOptions
    paymentMethodTypes?: string[]
    sdkUuid: string
    singleUseMandate?: string
    usage?: Usage