import { daffPaypalExpressReducer } from '@daffodil/paypal/state'
function daffPaypalExpressReducer<T extends DaffPaypalExpressTokenRequest, V extends DaffPaypalExpressTokenResponse>(
state: DaffPaypalExpressReducerState = daffPaypalExpressInitialState
action: DaffPaypalActions<T, V>
): DaffPaypalExpressReducerState
| Parameter | state: DaffPaypalExpressReducerState |
|---|---|
| Default | daffPaypalExpressInitialState |
| Description |
| Parameter | action: DaffPaypalActions |
|---|---|
| Description |