---
title: "Contract"
slug: "common-apidatatype-contract"
updated: 2026-04-23T08:55:18Z
published: 2026-04-23T09:02:06Z
---

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

# Contract

Classic/VPC 환경에서 이용 가능합니다.

계약 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private String memberNo;
private String contractNo;
private String conjunctionContractNo;
private CommonCode contractType;
private CommonCode contractStatus;
private Date contractStartDate;
private Date contractEndDate;
private String instanceName;
private String regionCode;
private CommonCode platformType;
private List<ContractProduct> contractProductList;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `memberNo` | String | Required | 회원 번호 |
| `contractNo` | String | Required | 계약 번호 |
| `conjunctionContractNo` | String | Required | 연관 계약 번호 |
| `contractType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 계약 구분 |
| `contractStatus` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 계약 상태 |
| `contractStartDate` | Date | Required | 계약 시작 일시 |
| `contractEndDate` | Date | Required | 계약 종료 일시 |
| `instanceName` | String | Required | 인스턴스 이름 |
| `regionCode` | String | Required | 리전 코드 |
| `platformType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 플랫폼 구분 |
| `contractProductList` | List<[ContractProduct](/docs/common-vapidatatype-ContractProduct)> | Required | 계약 상품 목록 |
