alerts.billing.PlanUpdatePayload interface

The internal payload object for billing plan updates. Payload is wrapped inside a FirebaseAlertData object.

Signature:

export interface PlanUpdatePayload 

Properties

Property Type Description
"@type" "type.googleapis.com/google.events.firebase.firebasealerts.v1.BillingPlanUpdatePayload"
billingPlan string A Firebase billing plan.
notificationType string The type of the notification, e.g. upgrade, downgrade
principalEmail string The email address of the person that triggered billing plan change

alerts.billing.PlanUpdatePayload."@type"

Signature:


alerts.billing.PlanUpdatePayload.billingPlan

A Firebase billing plan.

Signature:

billingPlan: string;

alerts.billing.PlanUpdatePayload.notificationType

The type of the notification, e.g. upgrade, downgrade

Signature:

notificationType: string;

alerts.billing.PlanUpdatePayload.principalEmail

The email address of the person that triggered billing plan change

Signature:

principalEmail: string;