GitHub

DaffCustomerPaymentList

import { DaffCustomerPaymentList } from '@daffodil/customer-payment/state'

Lists the payments of the current customer.

class DaffCustomerPaymentList implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentListAction = DaffCustomerPaymentActionTypes.PaymentListAction
}