GitHub

DaffCustomerPaymentLoad

Loads an payment of the current customer.

import { DaffCustomerPaymentLoad } from '@daffodil/customer-payment/state'
class DaffCustomerPaymentLoad implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentLoadAction
  paymentId: DaffCustomerPayment['id']
}

Properties

Name Type Description
type DaffCustomerPaymentActionTypes.PaymentLoadAction
paymentId DaffCustomerPayment['id']