default: {
payitCredit: Reducer<
{
apiReady: boolean;
authorize: { authorization_code: string };
createCardTransaction: null | AsyncPayment;
deleteCardReader: null | boolean;
getCardReaderByRequestId: null | AsyncCardReader;
getCardReaders: null | CardReader[];
getPaymentByRequestId: null | AsyncPayment;
getToken: null | TokenResponse;
inviteUser: null | InviteUserResponse;
payAsync: null | AsyncPaymentResponse;
previewPayment: null | PaymentPreviewResponse;
refund: null | PosRefundResponse;
registerCardReader: null | AsyncCardReaderResponse;
resetPassword: null | void;
simulateCardSwipe: null | boolean;
},
AnyAction,
>;
} = ...
Type Declaration
payitCredit: Reducer<
{
apiReady: boolean;
authorize: { authorization_code: string };
createCardTransaction: null | AsyncPayment;
deleteCardReader: null | boolean;
getCardReaderByRequestId: null | AsyncCardReader;
getCardReaders: null | CardReader[];
getPaymentByRequestId: null | AsyncPayment;
getToken: null | TokenResponse;
inviteUser: null | InviteUserResponse;
payAsync: null | AsyncPaymentResponse;
previewPayment: null | PaymentPreviewResponse;
refund: null | PosRefundResponse;
registerCardReader: null | AsyncCardReaderResponse;
resetPassword: null | void;
simulateCardSwipe: null | boolean;
},
AnyAction,
>