--- title: "Discount" slug: "common-apidatatype-discount" updated: 2026-07-23T09:04:11Z published: 2026-07-23T09:04:11Z canonical: "api.ncloud-docs.com/common-apidatatype-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 Classic/VPC 환경에서 이용 가능합니다. 할인 정보입니다. ## 구문 구문은 다음과 같습니다. ``` 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; ``` ## 필드 필드에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --- | --- | --- | --- | | `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 | 결제 통화 |