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

    Interface Charge

    interface Charge {
        amount: number;
        amountRefunded: number;
        applicationFee?: string;
        applicationFeeAmount?: number;
        authorizationCode?: string;
        balanceTransaction?: string;
        calculatedStatementDescriptor?: string;
        captured: boolean;
        created?: string;
        currency: string;
        customer?: string;
        description?: string;
        generatedFrom?: GeneratedFrom;
        id: string;
        livemode: boolean;
        metadata?: Record<string, string>;
        onBehalfOf?: string;
        paid: boolean;
        paymentIntentId?: string;
        paymentMethodDetails?: PaymentMethodDetails;
        receiptEmail?: string;
        receiptNumber?: string;
        receiptUrl?: string;
        refunded: boolean;
        statementDescriptorSuffix?: string;
        status?: string;
    }
    Index

    Properties

    amount: number
    amountRefunded: number
    applicationFee?: string
    applicationFeeAmount?: number
    authorizationCode?: string
    balanceTransaction?: string
    calculatedStatementDescriptor?: string
    captured: boolean
    created?: string
    currency: string
    customer?: string
    description?: string
    generatedFrom?: GeneratedFrom
    id: string
    livemode: boolean
    metadata?: Record<string, string>
    onBehalfOf?: string
    paid: boolean
    paymentIntentId?: string
    paymentMethodDetails?: PaymentMethodDetails
    receiptEmail?: string
    receiptNumber?: string
    receiptUrl?: string
    refunded: boolean
    statementDescriptorSuffix?: string
    status?: string