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

    Interface Type

    interface Type {
        amount: number;
        amountCapturable?: number;
        amountDetails?: AmountDetails;
        amountReceived?: number;
        amountRequested?: number;
        amountSurcharge?: number;
        amountTip?: number;
        applicationFeeAmount?: number;
        canceledAt?: string;
        cancellationReason?: string;
        captureMethod: string;
        charges: Charge[];
        clientSecret?: string;
        confirmationMethod?: string;
        created: string;
        currency: string;
        customer?: string;
        description?: string;
        id: string;
        lastPaymentError?: ApiErrorInformation;
        livemode: boolean;
        metadata?: Record<string, string>;
        nextAction?: NextAction;
        offlineDetails?: OfflineDetails;
        onBehalfOf?: string;
        paymentMethod?: PaymentMethod.Type;
        paymentMethodId?: string;
        paymentMethodOptions?: PaymentMethodOptions;
        paymentMethodTypes?: number[];
        receiptEmail?: string;
        sdkUuid: string;
        setupFutureUsage?: string;
        statementDescriptor?: string;
        statementDescriptorSuffix?: string;
        status?: PaymentIntent.Status;
        transferGroup?: string;
    }
    Index

    Properties

    amount: number
    amountCapturable?: number
    amountDetails?: AmountDetails
    amountReceived?: number
    amountRequested?: number
    amountSurcharge?: number
    amountTip?: number
    applicationFeeAmount?: number
    canceledAt?: string
    cancellationReason?: string
    captureMethod: string
    charges: Charge[]
    clientSecret?: string
    confirmationMethod?: string
    created: string
    currency: string
    customer?: string
    description?: string
    id: string
    lastPaymentError?: ApiErrorInformation
    livemode: boolean
    metadata?: Record<string, string>
    nextAction?: NextAction
    offlineDetails?: OfflineDetails
    onBehalfOf?: string
    paymentMethod?: PaymentMethod.Type
    paymentMethodId?: string
    paymentMethodOptions?: PaymentMethodOptions
    paymentMethodTypes?: number[]
    receiptEmail?: string
    sdkUuid: string
    setupFutureUsage?: string
    statementDescriptor?: string
    statementDescriptorSuffix?: string
    transferGroup?: string