요금제 자동 업데이트를 위한 내부 페이로드 객체입니다. 페이로드는 FirebaseAlertData
객체 내에 래핑됩니다.
서명:
export interface PlanAutomatedUpdatePayload
속성
속성 | 유형 | 설명 |
---|---|---|
'@type' | 'type.googleapis.com/google.events.firebase.firebasealerts.v1.BillingPlanAutomatedUpdatePayload' | |
결제 요금제 | 문자열 | Firebase 요금제 |
notificationType | 문자열 | 알림 유형입니다. 예: 업그레이드, 다운그레이드 |
alert.billing.PlanAutomatedUpdatePayload."@type"
서명:
alert.billing.PlanAutomatedUpdatePayload.billingPlan
Firebase 요금제
서명:
billingPlan: string;
alert.billing.PlanAutomatedUpdatePayload.notificationType
알림 유형입니다. 예: 업그레이드, 다운그레이드
서명:
notificationType: string;