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

    Type Alias RefundParamsWithChargeId

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

    Properties

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