Type Alias InvoiceCard

InvoiceCard: { brand: string; last4: string }

Type declaration

  • brand: string
  • last4: string