WebhookEvent constructor
const
WebhookEvent({
- WebhookCancellationReason? cancellationReason,
- String? currency,
- required WebhookEventEnvironment environment,
- double? expiresAt,
- required String id,
- required double occurredAt,
- required IapPlatform platform,
- double? priceAmountMicros,
- String? productId,
- required String projectId,
- String? purchaseToken,
- String? rawSignedPayload,
- required double receivedAt,
- double? renewsAt,
- required WebhookEventSource source,
- SubscriptionState? subscriptionState,
- required WebhookEventType type,
Implementation
const WebhookEvent({
this.cancellationReason,
this.currency,
required this.environment,
this.expiresAt,
required this.id,
required this.occurredAt,
required this.platform,
this.priceAmountMicros,
this.productId,
required this.projectId,
this.purchaseToken,
this.rawSignedPayload,
required this.receivedAt,
this.renewsAt,
required this.source,
this.subscriptionState,
required this.type,
});