DaffCustomerPaymentPageFacadeInterface
Exposes the customer state selectors.
Properties
Name | Type | Description |
---|---|---|
payments$ | Observable<T[]> | A list of all customer payment entities. |
getPayment | Observable<T> | Get a payment entity by ID. |
Exposes the customer state selectors.
Name | Type | Description |
---|---|---|
payments$ | Observable<T[]> | A list of all customer payment entities. |
getPayment | Observable<T> | Get a payment entity by ID. |