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

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

# LeaseScheduleAssetPaymentResponse

## 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
    LeaseScheduleAssetPaymentResponse:
      additionalProperties: false
      properties:
        acceptanceCertificateId:
          format: int32
          type: integer
        amount:
          format: double
          type:
            - "null"
            - number
        assetId:
          format: int64
          type: integer
        assetStatusId:
          format: int32
          type:
            - "null"
            - integer
        class:
          type:
            - "null"
            - string
        costCenter:
          type:
            - "null"
            - string
        currency:
          type:
            - "null"
            - string
        customerContext:
          $ref: "#/components/schemas/CustomerContextResponse"
        customerSpecificFields:
          type: "null"
        description:
          type:
            - "null"
            - string
        isEstimatedForecast:
          type:
            - "null"
            - boolean
        leaseScheduleId:
          format: int32
          type: integer
        leaseStartDate:
          format: date
          type:
            - "null"
            - string
        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
        plannedLeaseEndDate:
          format: date
          type:
            - "null"
            - string
        serialNumber:
          type:
            - "null"
            - string
      type: object
```
