PaymentStatusUpdateWebhook class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- 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})
-
PaymentStatusUpdateWebhook.fromJson(Map<
String, dynamic> json) -
factory
Properties
- adjustedReference → String?
-
final
- adjustedStartDate → DateTime?
-
final
- environment → WebhookEnvironmentValues
-
final
- error → PlaidError?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- newPaymentStatus → PaymentInitiationPaymentStatus
-
final
- oldPaymentStatus → PaymentInitiationPaymentStatus
-
final
- originalReference → String?
-
final
- originalStartDate → DateTime?
-
final
- paymentId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → DateTime
-
final
- webhookCode → String
-
final
- webhookType → String
-
final
Methods
-
copyWith(
{String? webhookType, String? webhookCode, String? paymentId, PaymentInitiationPaymentStatus? newPaymentStatus, PaymentInitiationPaymentStatus? oldPaymentStatus, String? originalReference, String? adjustedReference, DateTime? originalStartDate, DateTime? adjustedStartDate, DateTime? timestamp, PlaidError? error, WebhookEnvironmentValues? environment}) → PaymentStatusUpdateWebhook -
Available on PaymentStatusUpdateWebhook, provided by the $PaymentStatusUpdateWebhookExtension extension
-
copyWithWrapped(
{Wrapped< String> ? webhookType, Wrapped<String> ? webhookCode, Wrapped<String> ? paymentId, Wrapped<PaymentInitiationPaymentStatus> ? newPaymentStatus, Wrapped<PaymentInitiationPaymentStatus> ? oldPaymentStatus, Wrapped<String?> ? originalReference, Wrapped<String?> ? adjustedReference, Wrapped<DateTime?> ? originalStartDate, Wrapped<DateTime?> ? adjustedStartDate, Wrapped<DateTime> ? timestamp, Wrapped<PlaidError?> ? error, Wrapped<WebhookEnvironmentValues> ? environment}) → PaymentStatusUpdateWebhook -
Available on PaymentStatusUpdateWebhook, provided by the $PaymentStatusUpdateWebhookExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const PaymentStatusUpdateWebhook Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PaymentStatusUpdateWebhook instance)