alerts.billing.BillingEvent interface

Thông báo Firebase CloudEvent tùy chỉnh để thanh toán (có thuộc tính phần mở rộng tùy chỉnh).

Chữ ký:

export interface BillingEvent<T> extends CloudEvent<FirebaseAlertData<T>> 

Mở rộng: CloudEvent<FirebaseAlertData<T>>

Thuộc tính

Tài sản Loại Mô tả
Cảnh báo chuỗi Loại cảnh báo đã được kích hoạt.

alerts.billing.BillingEvent.alertType

Loại cảnh báo đã được kích hoạt.

Chữ ký:

alertType: string;