---
title: "InvoiceLeaseScheduleResponse"
url: "https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a/schemas/InvoiceLeaseScheduleResponse"
---

> Full API specification: https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a.md

# InvoiceLeaseScheduleResponse

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    CustomerContextResponse:
      additionalProperties: false
      properties:
        customerName:
          type:
            - "null"
            - string
        customerNumber:
          format: int32
          type: integer
        leaseCompany:
          format: int32
          type: integer
        leaseCompanyName:
          type:
            - "null"
            - string
      type: object
    DebtorResponse:
      additionalProperties: false
      properties:
        name:
          type:
            - "null"
            - string
        number:
          format: int32
          type:
            - "null"
            - integer
      type: object
    InvoicePaidState:
      enum:
        - unknown
        - unpaid
        - paid
      type: string
    InvoicePeriod:
      enum:
        - monthly
        - monthlyContinues
        - quarterly
        - quarterlyContinues
        - biannual
        - annual
        - irregular
        - unique
      type: string
    InvoiceLeaseScheduleResponse:
      additionalProperties: false
      properties:
        address:
          type:
            - "null"
            - string
        creationDate:
          format: date-time
          type:
            - "null"
            - string
        currency:
          type:
            - "null"
            - string
        customerContext:
          $ref: "#/components/schemas/CustomerContextResponse"
        debtor:
          $ref: "#/components/schemas/DebtorResponse"
        dueDate:
          format: date-time
          type:
            - "null"
            - string
        grossAmount:
          format: double
          type:
            - "null"
            - number
        invoiceDate:
          format: date-time
          type:
            - "null"
            - string
        invoiceNumber:
          format: int32
          type: integer
        invoiceType:
          type:
            - "null"
            - string
        lastPrintedVoucherNumber:
          format: int32
          type:
            - "null"
            - integer
        leaseScheduleId:
          format: int32
          type: integer
        netAmount:
          format: double
          type:
            - "null"
            - number
        netAmountOfInvoicedAssets:
          format: double
          type:
            - "null"
            - number
        numberOfInvoicedAssets:
          format: int32
          type:
            - "null"
            - integer
        openAmount:
          format: double
          type:
            - "null"
            - number
        paid:
          $ref: "#/components/schemas/InvoicePaidState"
        period:
          $ref: "#/components/schemas/InvoicePeriod"
        supplyFromDate:
          format: date-time
          type:
            - "null"
            - string
        supplyToDate:
          format: date-time
          type:
            - "null"
            - string
        transmissionEmail:
          type:
            - "null"
            - string
      type: object
```
