GitHub

DaffCartPaymentMethod

import { DaffCartPaymentMethod } from '@daffodil/cart'

The kind of payment used for the cart.

interface DaffCartPaymentMethod {
  method: string
  payment_info: any
}

Properties

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.