Selectors for the main part of payment state.
| Name | Type | Description | 
|---|---|---|
| selectPaymentLoading | MemoizedSelector<DaffPaymentStateRootSlice, boolean> | 
		Selects whether there is a pending payment operation. | 
| selectPaymentErrors | MemoizedSelector<DaffPaymentStateRootSlice, DaffStateError[]> | 
		Selects the list of payment errors, if any. |