protos.procedure.OpenSearchProductOptionSummariesContract_ProductConfiguration
idstring
titlestring
isEventboolean
translsMap object
다국어 지원대상 필드
- title
property name* protos.Transls
translation object
property name*string
offeringPeriod object
상품 예약/수납 가능 기간. 미설정 시 상시 제공.
startDateTimeUtcstring
Greater Than Equal
endDateTimeUtcstring
Less Than
displayPeriod object
상품 노출기간. 미설정 시 상시 노출.
startDateTimeUtcstring
Greater Than Equal
endDateTimeUtcstring
Less Than
protos.procedure.OpenSearchProductOptionSummariesContract_ProductConfiguration
{
"id": "string",
"title": "string",
"isEvent": true,
"translsMap": {},
"offeringPeriod": {
"startDateTimeUtc": "string",
"endDateTimeUtc": "string"
},
"displayPeriod": {
"startDateTimeUtc": "string",
"endDateTimeUtc": "string"
}
}