DaffPaymentProcessorCollection
A collection of DaffPaymentAvailableProcessor
s.
import { DaffPaymentProcessorCollection } from '@daffodil/payment/state'
type DaffPaymentProcessorCollection = Record<DaffPaymentAvailableProcessor['kind'], DaffPaymentAvailableProcessor>
Type | Options |
---|---|
DaffPaymentProcessorCollection | Record<DaffPaymentAvailableProcessor['kind'], DaffPaymentAvailableProcessor> |