GitHub

DaffCustomerStoreCredit

import { DaffCustomerStoreCredit } from '@daffodil/customer-store-credit'

A DaffCustomer's store credit

interface DaffCustomerStoreCredit {
  balance: number
}

Properties

balance
number

The current balance of the customer's store credit.