GitHub

DaffCartPaymentMethod

The kind of payment used for the cart.

import { DaffCartPaymentMethod } from '@daffodil/cart'
interface DaffCartPaymentMethod {
  method: string
  payment_info: any
}

Properties

Name Type Description
method string

Identifies the kind of payment used. e.g. "credit-card"

payment_info any

A very generic collection of payment info. Payment and processor specific.