@stripe/stripe-terminal-react-native

    Type Alias RefundParams

    type RefundParams = {
        amount: number;
        chargeId: string;
        currency: string;
        enableCustomerCancellation?: boolean;
        paymentIntentId: string;
        refundApplicationFee?: boolean;
        reverseTransfer?: boolean;
    }
    Index

    Properties

    amount: number
    chargeId: string
    currency: string
    enableCustomerCancellation?: boolean
    paymentIntentId: string
    refundApplicationFee?: boolean
    reverseTransfer?: boolean
    MMNEPVFCICPMFPCPTTAAATR