alerts.billing.PlanAutomatedUpdatePayload interface

Objet de charge utile interne pour les mises à jour automatiques du plan de facturation. La charge utile est enveloppée dans un objet FirebaseAlertData .

Signature:

export interface PlanAutomatedUpdatePayload 

Propriétés

Propriété Taper Description
"@taper" "type.googleapis.com/google.events.firebase.firebasealerts.v1.BillingPlanAutomatedUpdatePayload"
Plan de facturation chaîne Un plan de facturation Firebase.
type de notification chaîne Le type de notification, par exemple mise à niveau, rétrogradation

alerts.billing.PlanAutomatedUpdatePayload."@type"

Signature:


alerts.billing.PlanAutomatedUpdatePayload.billingPlan

Un plan de facturation Firebase.

Signature:

billingPlan: string;

alerts.billing.PlanAutomatedUpdatePayload.notificationType

Le type de notification, par exemple mise à niveau, rétrogradation

Signature:

notificationType: string;