DaffCustomerPaymentPageFacade

@inheritdoc

Serves as the base for a customer facade. Extend this class and pass in the selectors for the specific state you wish to target.

Properties

Name Type Description
payments$ Observable<T[]> A list of all customer payment entities.
loadingState$ Observable<DaffCustomerPaymentReducerState['daffState']>
loading$ Observable<boolean>
resolving$ Observable<boolean>
mutating$ Observable<boolean>
errors$ Observable<DaffCustomerPaymentReducerState['daffErrors']>
hasErrors$ Observable<boolean>
getPayment Observable<T> Get a payment entity by ID.
dispatch
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.