import { DaffPaymentPageFacade } from '@daffodil/payment/state'
@Injectable()
class DaffPaymentPageFacade implements DaffPaymentPageFacadeInterface {
loading$: Observable<boolean>
errors$: Observable<DaffStateError[]>
dispatch(action: Action<string>): void
}
Observable| Default | – |
|---|---|
| Description | Whether there is a pending payment operation. |
Observable<DaffStateError[]>| Default | – |
|---|---|
| Description | A list of payment errors, if any. |
void| Parameter | action: Action |
|---|---|
| Description |