---
title: "RecipientForRequest"
slug: "common-vapidatatype-nesrecipientrequest"
updated: 2026-07-23T09:03:56Z
published: 2026-07-23T09:03:56Z
canonical: "api.ncloud-docs.com/common-vapidatatype-nesrecipientrequest"
---

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

# RecipientForRequest

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

수신자 요청 정보입니다.

## 구문

구문은 다음과 같습니다.

```
	private String address = null;
	private String name = null;
	private String type = "R";
	private Object parameters = null;
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `address` | String | Required | 수신자 이메일 주소 - 이메일 주소 형식이어야 함 |
| `name` | String | Optional | 수신자 이름 - 최대 69자 |
| `type` | String | Required | 수신자 유형 - `R` (기본값) \| `C` \| `B` - `R`: 수신자 - `C`: 참조인 - `B`: 숨은 참조 |
| `parameters` | Object | Optional | 치환 파라미터 - 수신자별로 적용 - 치환 ID를 Key로 치환 ID에 맵핑되는 값을 Value로 가지는 Map 형태의 Object |
