SaasSubscriptionDetails interface
SaaS 구독 세부 정보 모델
속성
| id | 구매한 SaaS 구독 ID |
| is |
AutoRenew 플래그 |
| is |
FreeTrial 플래그 |
| offer |
구매한 제품 ID |
| plan |
구매한 제품의 플랜 ID |
| publisher |
게시자 ID |
| purchaser |
구매자 전자 메일 ID |
| purchaser |
구매자 테넌트 ID |
| saas |
구독의 상태를 나타냅니다. |
| subscription |
SaaS 구독 이름 |
| term |
구매 기간 단위 |
| time |
만든 날짜 및 시간 |
속성 세부 정보
id
구매한 SaaS 구독 ID
id?: string
속성 값
string
isAutoRenew
AutoRenew 플래그
isAutoRenew?: boolean
속성 값
boolean
isFreeTrial
FreeTrial 플래그
isFreeTrial?: boolean
속성 값
boolean
offerId
구매한 제품 ID
offerId?: string
속성 값
string
planId
구매한 제품의 플랜 ID
planId?: string
속성 값
string
publisherId
게시자 ID
publisherId?: string
속성 값
string
purchaserEmailId
구매자 전자 메일 ID
purchaserEmailId?: string
속성 값
string
purchaserTenantId
구매자 테넌트 ID
purchaserTenantId?: string
속성 값
string
saasSubscriptionStatus
구독의 상태를 나타냅니다.
saasSubscriptionStatus?: string
속성 값
string
subscriptionName
SaaS 구독 이름
subscriptionName?: string
속성 값
string
termUnit
구매 기간 단위
termUnit?: string
속성 값
string
timeCreated
만든 날짜 및 시간
timeCreated?: Date
속성 값
Date