The internal payload object for billing plan automated updates. Payload is wrapped inside a FirebaseAlertData object.
Signature:
export interface PlanAutomatedUpdatePayload 
Properties
| Property | Type | Description | 
|---|---|---|
| "@type" | "type.googleapis.com/google.events.firebase.firebasealerts.v1.BillingPlanAutomatedUpdatePayload" | |
| billingPlan | string | A Firebase billing plan. | 
| notificationType | string | The type of the notification, e.g. upgrade, downgrade | 
alerts.billing.PlanAutomatedUpdatePayload."@type"
Signature:
alerts.billing.PlanAutomatedUpdatePayload.billingPlan
A Firebase billing plan.
Signature:
billingPlan: string;
alerts.billing.PlanAutomatedUpdatePayload.notificationType
The type of the notification, e.g. upgrade, downgrade
Signature:
notificationType: string;