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

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

# LeaseScheduleAssetPaymentViewResponse

## 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
    LeaseScheduleAssetPaymentViewResponse:
      additionalProperties: false
      properties:
        amount:
          format: double
          type: number
        assetId:
          format: int64
          type: integer
        class:
          type:
            - "null"
            - string
        costCenter:
          type:
            - "null"
            - string
        currency:
          type:
            - "null"
            - string
        customerContext:
          $ref: "#/components/schemas/CustomerContextResponse"
        description:
          type:
            - "null"
            - string
        isEstimatedForecast:
          type:
            - "null"
            - boolean
        leaseScheduleId:
          format: int32
          type: integer
        location:
          type:
            - "null"
            - string
        locationOfInstallation:
          type:
            - "null"
            - string
        orderNumber:
          type:
            - "null"
            - string
        paymentDate:
          format: date
          type: string
        periodBegin:
          format: date
          type: string
        periodEnd:
          format: date
          type: string
        serialNumber:
          type:
            - "null"
            - string
      type: object
```
