> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spaceport.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: GenerateInvoiceCSVOptions

[index](.././index).GenerateInvoiceCSVOptions

Options for generating invoice CSV data

## Table of contents

### Properties

* [count](index.GenerateInvoiceCSVOptions.md#count)
* [startDate](index.GenerateInvoiceCSVOptions.md#startdate)
* [assetPlatformId](index.GenerateInvoiceCSVOptions.md#assetplatformid)
* [startYear](index.GenerateInvoiceCSVOptions.md#startyear)
* [quarters](index.GenerateInvoiceCSVOptions.md#quarters)

## Properties

### count

• `Optional` **count**: `number`

Number of invoice records to generate

**`Default`**

```ts theme={null}
1
```

### startDate

• `Optional` **startDate**: `string`

Start date for invoice generation
If not provided, will use the start of the current year

### assetPlatformId

• `Optional` **assetPlatformId**: `string`

Asset platform ID to use in the generated invoices
If not provided, will use a default test platform ID

### startYear

• `Optional` **startYear**: `number`

Starting year for invoice generation

**`Default`**

```ts theme={null}
current year
```

### quarters

• `Optional` **quarters**: `number`

Number of quarters to distribute invoices across (1-4)

**`Default`**

```ts theme={null}
4
```
