@inheritdoc
Serves as the base for a payment facade. Extend this class and pass in the selectors for the specific state you wish to target.
| Name | Type | Description |
|---|---|---|
| loading$ | Observable<boolean> | Whether there is a pending payment operation. |
| errors$ | Observable<DaffStateError[]> |
A list of payment errors, if any. |
| dispatch |