For the complete documentation index, see llms.txt. This page is also available as Markdown.

Interface: FirmhouseOriginalInvoice

Properties

Property
Type
Description

city

string | null

The customer's city or town stored on the invoice.

companyName

string | null

The customer's company name stored on the invoice.

country

string | null

The billing country code (ISO 3116) stored on the invoice.

createdAt

string

When the invoice record was first created.

currency

string | null

Currency used for this invoice

description

string | null

The description of the invoice.

detailsUrl

string

URL to view invoice details, PDF download, and manual payment link.

externalUrl

string | null

An external invoice URL that replaces the default invoice

fullAddress

string | null

The customer's full address by combining address and house number stored on the invoice.

fullName

string | null

The customer's full name stored on the invoice.

id

string

The database ID of this invoice.

invoicedAt

string | null

When the invoice was formally invoiced.

invoiceNumber

string

The formatted (legal) invoice number.

invoiceStatus

The payment status of the invoice.

phoneNumber

string | null

The customer's full international phone number stored on the invoice.

salutation

string | null

The customer's salutation (mr,ms,mx) stored on the invoice.

state

string | null

The customer's state stored on the invoice.

subscriptionId

string

ID of the associated subscription.

taxPercentage

number | null

The percentage of tax used for this invoice.

totalAmountCents

number

Total amount of invoice in cents.

totalTaxAmountCents

number

Total tax amount of invoice in cents.

zipcode

string | null

The customer's postal code or zipcode stored on the invoice.

Last updated

Was this helpful?