alerts.billing.PlanUpdatePayload interface

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

서명:

export interface PlanUpdatePayload 

속성

재산 유형 설명
"@유형" "type.googleapis.com/google.events.firebase.firebasealerts.v1.BillingPlanUpdatePayload"
청구 계획 Firebase 요금제.
알림 유형 알림 유형(예: 업그레이드, 다운그레이드)
교장이메일 요금제 변경을 촉발한 사람의 이메일 주소

Alerts.billing.PlanUpdatePayload."@type"

서명:


Alerts.billing.PlanUpdatePayload.billingPlan

Firebase 요금제.

서명:

billingPlan: string;

Alerts.billing.PlanUpdatePayload.notificationType

알림 유형(예: 업그레이드, 다운그레이드)

서명:

notificationType: string;

Alerts.billing.PlanUpdatePayload.principalEmail

요금제 변경을 촉발한 사람의 이메일 주소

서명:

principalEmail: string;