import { DaffCartPaymentMethodsServiceInterface } from '@daffodil/cart/driver'
The interface responsible for retrieving the available payment methods of a cart.
interface DaffCartPaymentMethodsServiceInterface<T extends DaffCartPaymentMethod = DaffCartPaymentMethod> {
list(cartId: string): any
}
anyList the available payment methods of a cart.
| Parameter | cartId: string |
|---|---|
| Description |