import { DaffCustomerPaymentLoad } from '@daffodil/customer-payment/state'
Loads an payment of the current customer.
class DaffCustomerPaymentLoad implements Action {
readonly type: DaffCustomerPaymentActionTypes.PaymentLoadAction = DaffCustomerPaymentActionTypes.PaymentLoadAction
paymentId: string
}