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

    Type Alias RefundParamsWithPaymentIntentId

    type RefundParamsWithPaymentIntentId = {
        amount: number;
        clientSecret: string;
        currency: string;
        customerCancellation?: CustomerCancellation;
        metadata?: Record<string, string>;
        paymentIntentId: string;
        refundApplicationFee?: boolean;
        reverseTransfer?: boolean;
    }
    Index

    Properties

    amount: number
    clientSecret: string
    currency: string
    customerCancellation?: CustomerCancellation
    metadata?: Record<string, string>
    paymentIntentId: string
    refundApplicationFee?: boolean
    reverseTransfer?: boolean