GitHub

DaffPaymentPageFacadeInterface

import { DaffPaymentPageFacadeInterface } from '@daffodil/payment/state'

Exposes the payment state selectors.

interface DaffPaymentPageFacadeInterface {
  loading$: Observable<boolean>
  errors$: Observable<DaffStateError[]>
}

Properties

loading$
Observable<boolean>

Whether there is a pending payment operation.

errors$
Observable<DaffStateError[]>

A list of payment errors, if any.