--- title: "Coin" slug: "common-apidatatype-coin" updated: 2026-07-23T09:04:11Z published: 2026-07-23T09:04:11Z canonical: "api.ncloud-docs.com/common-apidatatype-coin" --- > ## 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. # Coin Classic/VPC 환경에서 이용 가능합니다. 코인 정보입니다. ## 구문 구문은 다음과 같습니다. ``` private String discountNo; private String coinChagedNo; private String coinName; private CommonCode coinType; private Double chargedCoin; private Double remainingCoin; private CommonCode coinStatus; private Boolean isShareCoin; private String validityStartMonth; private String validityEndMonth; private List shareCoinSnapshotList; ``` ## 필드 필드에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --- | --- | --- | --- | | `discountNo` | String | Required | 할인 번호 | | `coinChagedNo` | String | Required | 코인 부과 번호 | | `coinName` | String | Required | 코인 이름 | | `coinType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 코인 유형 | | `chargedCoin` | Double | Required | 부과된 코인 | | `remainingCoin` | Double | Required | 남은 코인 | | `coinStatus` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 코인 상태 | | `isShareCoin` | Boolean | Required | 코인 공유 여부 | | `validityStartMonth` | String | Required | 유효 기간 시작 월 | | `validityEndMonth` | String | Required | 유효 기간 종료 월 | | `shareCoinSnapshotList` | List<[ShareCoinSnapshot](/docs/common-vapidatatype-sharecoinsnapshot)> | Required | List 데이터 타입 |