GitHub

DaffPaymentProcessorCollection

A collection of DaffPaymentAvailableProcessors.

import { DaffPaymentProcessorCollection } from '@daffodil/payment/state'
type DaffPaymentProcessorCollection = Record<DaffPaymentAvailableProcessor['kind'], DaffPaymentAvailableProcessor>
Type Options
DaffPaymentProcessorCollection Record<DaffPaymentAvailableProcessor['kind'], DaffPaymentAvailableProcessor>