---
title: "Discount"
slug: "common-vapidatatype-discount"
updated: 2026-04-23T08:54:43Z
published: 2026-04-23T09:01:54Z
canonical: "api.ncloud-docs.com/common-vapidatatype-discount"
---

> ## 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.

# Discount

<p class="platform-info type-classic-vpc">Classic/VPC 환경에서 이용 가능합니다.</p>

할인 정보입니다.

## 구문 <a name="구문"></a>
구문은 다음과 같습니다.

```Java
private String memberNo;
private String discountNo;
private CommonCode discountType;
private String discountName;
private CommonCode discountProcessMethod;
private Double discountValue;
private String validityStartMonth;
private String validityEndMonth;
private CommonCode payCurrency;
```

## 필드 <a name="필드"></a>
필드에 대한 설명은 다음과 같습니다.

| 필드                        | 타입  | 필수 여부                      | 설명                |
| ------------------------------ | -------- | ------------------------ | ----------------- |
| `memberNo`                    | String      | Required                   | 회원 번호          |
| `discountNo`                    | String      | Required                   | 할인 번호          |
| `discountType`                    | [CommonCode](/docs/common-vapidatatype-commoncode)      | Required                   | 할인 유형          |
| `discountName`                    | String      | Required                   | 할인명          |
| `discountProcessMethod`                    | [CommonCode](/docs/common-vapidatatype-commoncode)      | Required                   | 할인 방식          |
| `discountValue`                    | Double      | Required                   | 할인 값          |
| `validityStartMonth`                    | String      | Required                   | 적용 시작 월          |
| `validityEndMonth`                    | String      | Required                   | 적용 종료 월          |
| `payCurrency`                    | [CommonCode](/docs/common-vapidatatype-commoncode)      | Required                   | 결제 통화          |
