/** * Action type dispatched when the create payment intent instrument request fails. */ export declare const CREATE_PAYMENT_INTENT_INSTRUMENT_FAILURE = "@farfetch/blackout-redux/CREATE_PAYMENT_INTENT_INSTRUMENT_FAILURE"; /** * Action type dispatched when the create payment intent instrument request starts. */ export declare const CREATE_PAYMENT_INTENT_INSTRUMENT_REQUEST = "@farfetch/blackout-redux/CREATE_PAYMENT_INTENT_INSTRUMENT_REQUEST"; /** * Action type dispatched when the create payment intent instrument request succeeds. */ export declare const CREATE_PAYMENT_INTENT_INSTRUMENT_SUCCESS = "@farfetch/blackout-redux/CREATE_PAYMENT_INTENT_INSTRUMENT_SUCCESS"; /** * Action type dispatched when the fetch payment intent instrument request fails. */ export declare const FETCH_PAYMENT_INTENT_INSTRUMENT_FAILURE = "@farfetch/blackout-redux/FETCH_PAYMENT_INTENT_INSTRUMENT_FAILURE"; /** * Action type dispatched when the fetch payment intent instrument request starts. */ export declare const FETCH_PAYMENT_INTENT_INSTRUMENT_REQUEST = "@farfetch/blackout-redux/FETCH_PAYMENT_INTENT_INSTRUMENT_REQUEST"; /** * Action type dispatched when the fetch payment intent instrument request succeeds. */ export declare const FETCH_PAYMENT_INTENT_INSTRUMENT_SUCCESS = "@farfetch/blackout-redux/FETCH_PAYMENT_INTENT_INSTRUMENT_SUCCESS"; /** * Action type dispatched when the update payment intent instrument request fails. */ export declare const UPDATE_PAYMENT_INTENT_INSTRUMENT_FAILURE = "@farfetch/blackout-redux/UPDATE_PAYMENT_INTENT_INSTRUMENT_FAILURE"; /** * Action type dispatched when the update payment intent instrument request starts. */ export declare const UPDATE_PAYMENT_INTENT_INSTRUMENT_REQUEST = "@farfetch/blackout-redux/UPDATE_PAYMENT_INTENT_INSTRUMENT_REQUEST"; /** * Action type dispatched when the update payment intent instrument request succeeds. */ export declare const UPDATE_PAYMENT_INTENT_INSTRUMENT_SUCCESS = "@farfetch/blackout-redux/UPDATE_PAYMENT_INTENT_INSTRUMENT_SUCCESS"; /** * Action type dispatched when the remove payment intent instrument request fails. */ export declare const REMOVE_PAYMENT_INTENT_INSTRUMENT_FAILURE = "@farfetch/blackout-redux/REMOVE_PAYMENT_INTENT_INSTRUMENT_FAILURE"; /** * Action type dispatched when the remove payment intent instrument request starts. */ export declare const REMOVE_PAYMENT_INTENT_INSTRUMENT_REQUEST = "@farfetch/blackout-redux/REMOVE_PAYMENT_INTENT_INSTRUMENT_REQUEST"; /** * Action type dispatched when the remove payment intent instrument request succeeds. */ export declare const REMOVE_PAYMENT_INTENT_INSTRUMENT_SUCCESS = "@farfetch/blackout-redux/REMOVE_PAYMENT_INTENT_INSTRUMENT_SUCCESS"; /** * Action type dispatched when the fetch payment intent instruments request fails. */ export declare const FETCH_PAYMENT_INTENT_INSTRUMENTS_FAILURE = "@farfetch/blackout-redux/FETCH_PAYMENT_INTENT_INSTRUMENTS_FAILURE"; /** * Action type dispatched when the fetch payment intent instruments request starts. */ export declare const FETCH_PAYMENT_INTENT_INSTRUMENTS_REQUEST = "@farfetch/blackout-redux/FETCH_PAYMENT_INTENT_INSTRUMENTS_REQUEST"; /** * Action type dispatched when the fetch payment intent instruments request succeeds. */ export declare const FETCH_PAYMENT_INTENT_INSTRUMENTS_SUCCESS = "@farfetch/blackout-redux/FETCH_PAYMENT_INTENT_INSTRUMENTS_SUCCESS"; /** * Action type dispatched when resetting the payment instruments state. */ export declare const RESET_PAYMENT_INTENT_INSTRUMENTS_STATE = "@farfetch/blackout-redux/RESET_PAYMENT_INTENT_INSTRUMENTS_STATE"; /** * Action type dispatched when the remove payment token request fails. */ export declare const REMOVE_PAYMENT_TOKEN_FAILURE = "@farfetch/blackout-redux/REMOVE_PAYMENT_TOKEN_FAILURE"; /** * Action type dispatched when the remove payment token request starts. */ export declare const REMOVE_PAYMENT_TOKEN_REQUEST = "@farfetch/blackout-redux/REMOVE_PAYMENT_TOKEN_REQUEST"; /** * Action type dispatched when the remove payment token request succeeds. */ export declare const REMOVE_PAYMENT_TOKEN_SUCCESS = "@farfetch/blackout-redux/REMOVE_PAYMENT_TOKEN_SUCCESS"; /** * Action type dispatched when resetting the payment tokens state. */ export declare const RESET_PAYMENT_TOKENS_STATE = "@farfetch/blackout-redux/RESET_PAYMENT_TOKENS_STATE"; /** * Action type dispatched when the fetch payment tokens request fails. */ export declare const FETCH_PAYMENT_TOKENS_FAILURE = "@farfetch/blackout-redux/FETCH_PAYMENT_TOKENS_FAILURE"; /** * Action type dispatched when the fetch payment tokens request starts. */ export declare const FETCH_PAYMENT_TOKENS_REQUEST = "@farfetch/blackout-redux/FETCH_PAYMENT_TOKENS_REQUEST"; /** * Action type dispatched when the fetch payment tokens request succeeds. */ export declare const FETCH_PAYMENT_TOKENS_SUCCESS = "@farfetch/blackout-redux/FETCH_PAYMENT_TOKENS_SUCCESS"; /** * Action type dispatched when the fetch payment intent charge request fails. */ export declare const FETCH_PAYMENT_INTENT_CHARGE_FAILURE = "@farfetch/blackout-redux/FETCH_PAYMENT_INTENT_CHARGE_FAILURE"; /** * Action type dispatched when the fetch payment intent charge request starts. */ export declare const FETCH_PAYMENT_INTENT_CHARGE_REQUEST = "@farfetch/blackout-redux/FETCH_PAYMENT_INTENT_CHARGE_REQUEST"; /** * Action type dispatched when the fetch payment intent charge request succeeds. */ export declare const FETCH_PAYMENT_INTENT_CHARGE_SUCCESS = "@farfetch/blackout-redux/FETCH_PAYMENT_INTENT_CHARGE_SUCCESS"; /** * Action type dispatched when resetting the payment intent charge state. */ export declare const RESET_PAYMENT_INTENT_CHARGE_STATE = "@farfetch/blackout-redux/RESET_PAYMENT_INTENT_CHARGE_STATE"; /** * Action type dispatched when the fetch payment intent request fails. */ export declare const FETCH_PAYMENT_INTENT_FAILURE = "@farfetch/blackout-redux/FETCH_PAYMENT_INTENT_FAILURE"; /** * Action type dispatched when the fetch payment intent request starts. */ export declare const FETCH_PAYMENT_INTENT_REQUEST = "@farfetch/blackout-redux/FETCH_PAYMENT_INTENT_REQUEST"; /** * Action type dispatched when the fetch payment intent request succeeds. */ export declare const FETCH_PAYMENT_INTENT_SUCCESS = "@farfetch/blackout-redux/FETCH_PAYMENT_INTENT_SUCCESS"; /** * Action type dispatched when resetting the payment intent state. */ export declare const RESET_PAYMENT_INTENT_STATE = "@farfetch/blackout-redux/RESET_PAYMENT_INTENT_STATE"; /** * Action type dispatched when resetting the payment methods state. */ export declare const RESET_PAYMENT_METHODS_STATE = "@farfetch/blackout-redux/RESET_PAYMENT_METHODS_STATE"; /** * Action type dispatched when the fetch payment methods by country and currency * request fails. */ export declare const FETCH_PAYMENT_METHODS_BY_COUNTRY_AND_CURRENCY_FAILURE = "@farfetch/blackout-redux/FETCH_PAYMENT_METHODS_BY_COUNTRY_AND_CURRENCY_FAILURE"; /** * Action type dispatched when the fetch payment methods by country and currency * request starts. */ export declare const FETCH_PAYMENT_METHODS_BY_COUNTRY_AND_CURRENCY_REQUEST = "@farfetch/blackout-redux/FETCH_PAYMENT_METHODS_BY_COUNTRY_AND_CURRENCY_REQUEST"; /** * Action type dispatched when the fetch payment methods by country and currency * request succeeds. */ export declare const FETCH_PAYMENT_METHODS_BY_COUNTRY_AND_CURRENCY_SUCCESS = "@farfetch/blackout-redux/FETCH_PAYMENT_METHODS_BY_COUNTRY_AND_CURRENCY_SUCCESS"; /** * Action type dispatched when the fetch payment methods by intent fails. */ export declare const FETCH_PAYMENT_METHODS_BY_INTENT_FAILURE = "@farfetch/blackout-redux/FETCH_PAYMENT_METHODS_BY_INTENT_FAILURE"; /** * Action type dispatched when the get payment methods by intent starts. */ export declare const FETCH_PAYMENT_METHODS_BY_INTENT_REQUEST = "@farfetch/blackout-redux/FETCH_PAYMENT_METHODS_BY_INTENT_REQUEST"; /** * Action type dispatched when the get payment methods by intent succeeds. */ export declare const FETCH_PAYMENT_METHODS_BY_INTENT_SUCCESS = "@farfetch/blackout-redux/FETCH_PAYMENT_METHODS_BY_INTENT_SUCCESS"; /** * Action type dispatched when the fetch user credit balance request fails. */ export declare const FETCH_USER_CREDIT_BALANCE_FAILURE = "@farfetch/blackout-redux/FETCH_USER_CREDIT_BALANCE_FAILURE"; /** * Action type dispatched when the fetch user credit balance request starts. */ export declare const FETCH_USER_CREDIT_BALANCE_REQUEST = "@farfetch/blackout-redux/FETCH_USER_CREDIT_BALANCE_REQUEST"; /** * Action type dispatched when the fetch user credit balance request succeeds. */ export declare const FETCH_USER_CREDIT_BALANCE_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_CREDIT_BALANCE_SUCCESS"; /** * Action type dispatched when resetting the user credit balance state. */ export declare const RESET_USER_CREDIT_BALANCE_STATE = "@farfetch/blackout-redux/RESET_USER_CREDIT_BALANCE_STATE"; /** * Action type dispatched when the fetch gift card balance request fails. */ export declare const FETCH_GIFT_CARD_BALANCE_FAILURE = "@farfetch/blackout-redux/FETCH_GIFT_CARD_BALANCE_FAILURE"; /** * Action type dispatched when the fetch gift card balance request starts. */ export declare const FETCH_GIFT_CARD_BALANCE_REQUEST = "@farfetch/blackout-redux/FETCH_GIFT_CARD_BALANCE_REQUEST"; /** * Action type dispatched when the fetch gift card balance request succeeds. */ export declare const FETCH_GIFT_CARD_BALANCE_SUCCESS = "@farfetch/blackout-redux/FETCH_GIFT_CARD_BALANCE_SUCCESS"; /** * Action type dispatched when resetting the user credit balance state. */ export declare const RESET_GIFT_CARD_BALANCE_STATE = "@farfetch/blackout-redux/RESET_GIFT_CARD_BALANCE_STATE"; /** * Action type dispatched when the create payment intent charge request fails. */ export declare const CREATE_PAYMENT_INTENT_CHARGE_FAILURE = "@farfetch/blackout-redux/CREATE_PAYMENT_INTENT_CHARGE_FAILURE"; /** * Action type dispatched when the create payment intent charge request starts. */ export declare const CREATE_PAYMENT_INTENT_CHARGE_REQUEST = "@farfetch/blackout-redux/CREATE_PAYMENT_INTENT_CHARGE_REQUEST"; /** * Action type dispatched when the create payment intent charge request succeeds. */ export declare const CREATE_PAYMENT_INTENT_CHARGE_SUCCESS = "@farfetch/blackout-redux/CREATE_PAYMENT_INTENT_CHARGE_SUCCESS"; /** * Action type dispatched when resetting the payments state. */ export declare const RESET_PAYMENTS = "@farfetch/blackout-redux/RESET_PAYMENTS";