Manages DaffPaymentReducerState.
| Name | Type | Description | 
|---|---|---|
| generateToken | DaffPaymentReducerState | 
		Begins the payment operation flow. Sets loading to true. | 
| tokenGenerated | DaffPaymentReducerState | 
		Sets loading to false and resets errors. | 
| storeError | DaffPaymentReducerState | 
		Stores the from a failed payment. Also sets loading to false. |