PaymentStatusUpdateWebhook constructor
PaymentStatusUpdateWebhook({
- required String webhookType,
- required String webhookCode,
- required String paymentId,
- required PaymentInitiationPaymentStatus newPaymentStatus,
- required PaymentInitiationPaymentStatus oldPaymentStatus,
- required String? originalReference,
- String? adjustedReference,
- required DateTime? originalStartDate,
- required DateTime? adjustedStartDate,
- required DateTime timestamp,
- PlaidError? error,
- required WebhookEnvironmentValues environment,
Implementation
PaymentStatusUpdateWebhook({
required this.webhookType,
required this.webhookCode,
required this.paymentId,
required this.newPaymentStatus,
required this.oldPaymentStatus,
required this.originalReference,
this.adjustedReference,
required this.originalStartDate,
required this.adjustedStartDate,
required this.timestamp,
this.error,
required this.environment,
});