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

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

# TesmaLoadResult_LeaseSchedulePaymentPerMonthResponse

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    LeaseSchedulePaymentPerMonthResponse:
      additionalProperties: false
      properties:
        currency:
          type:
            - "null"
            - string
        customerContext:
          $ref: "#/components/schemas/CustomerContextResponse"
        invoiceDate:
          format: date
          type: string
        leaseScheduleId:
          format: int32
          type: integer
        totalAmount:
          format: double
          type: number
      type: object
    CustomerContextResponse:
      additionalProperties: false
      properties:
        customerName:
          type:
            - "null"
            - string
        customerNumber:
          format: int32
          type: integer
        leaseCompany:
          format: int32
          type: integer
        leaseCompanyName:
          type:
            - "null"
            - string
      type: object
    TesmaLoadResult_LeaseSchedulePaymentPerMonthResponse:
      additionalProperties: false
      properties:
        data:
          items:
            $ref: "#/components/schemas/LeaseSchedulePaymentPerMonthResponse"
          type:
            - "null"
            - array
        groupCount:
          default: -1
          format: int32
          type: integer
        summary:
          items: {}
          type:
            - "null"
            - array
        totalCount:
          default: -1
          format: int32
          type: integer
      type: object
```
