alerts.billing.PlanUpdatePayload interface

요금제 업데이트를 위한 내부 페이로드 객체입니다. 페이로드는 FirebaseAlertData 객체 내에 래핑됩니다.

서명:

export interface PlanUpdatePayload 

속성

속성 유형 설명
'@type' 'type.googleapis.com/google.events.firebase.firebasealerts.v1.BillingPlanUpdatePayload'
결제 요금제 문자열 Firebase 요금제
notificationType 문자열 알림 유형입니다. 예: 업그레이드, 다운그레이드
principalEmail 문자열 결제 요금제 변경을 트리거한 사람의 이메일 주소

alert.billing.PlanUpdatePayload."@type"

서명:


alert.billing.PlanUpdatePayload.billingPlan

Firebase 요금제

서명:

billingPlan: string;

alert.billing.PlanUpdatePayload.notificationType

알림 유형입니다. 예: 업그레이드, 다운그레이드

서명:

notificationType: string;

alert.billing.PlanUpdatePayload.principalEmail

결제 요금제 변경을 트리거한 사람의 이메일 주소

서명:

principalEmail: string;