RecipientForRequest

Prev Next

설명

수신자 요청 정보

구문

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

필드

항목 필수 여부 타입 제약 사항 설명
address Yes String email 주소 형식 수신자 Email 주소
name No String Max:69 수신자 이름
type Yes String Default:R, (R, C, B) 수신자 유형 (R: 수신자, C: 참조인, B: 숨은참조)
parameters No Object 치환 파라미터 (수신자별로 적용), '치환 ID'를 key로, '치환 ID에 맵핑되는 값'을 value로 가지는 Map 형태의 Object