alerts.billing.PlanAutomatedUpdatePayload interface

Das interne Nutzlastobjekt für automatische Aktualisierungen des Abrechnungsplans. Die Nutzlast ist in ein FirebaseAlertData Objekt eingeschlossen.

Unterschrift:

export interface PlanAutomatedUpdatePayload 

Eigenschaften

Eigentum Typ Beschreibung
"@Typ" „type.googleapis.com/google.events.firebase.firebasealerts.v1.BillingPlanAutomatedUpdatePayload“
Abrechnungsplan Zeichenfolge Ein Firebase-Abrechnungsplan.
Benachrichtigungstyp Zeichenfolge Der Typ der Benachrichtigung, z. B. Upgrade, Downgrade

Alerts.billing.PlanAutomatedUpdatePayload.“@type“

Unterschrift:


Alerts.billing.PlanAutomatedUpdatePayload.billingPlan

Ein Firebase-Abrechnungsplan.

Unterschrift:

billingPlan: string;

Alerts.billing.PlanAutomatedUpdatePayload.notificationType

Der Typ der Benachrichtigung, z. B. Upgrade, Downgrade

Unterschrift:

notificationType: string;