DaffPaymentPageFacadeInterface
Exposes the payment state selectors.
import { DaffPaymentPageFacadeInterface } from '@daffodil/payment/state'
interface DaffPaymentPageFacadeInterface {
loading$: Observable<boolean>
errors$: Observable<DaffStateError[]>
}
Properties
Name | Type | Description |
---|---|---|
loading$ | Observable<boolean> | Whether there is a pending payment operation. |
errors$ | Observable<DaffStateError[]> | A list of payment errors, if any. |