PaymentStatusUpdateWebhook class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

PaymentStatusUpdateWebhook({String? webhookType, String? webhookCode, String? paymentId, PaymentStatusUpdateWebhookNewPaymentStatus? newPaymentStatus, PaymentStatusUpdateWebhookOldPaymentStatus? oldPaymentStatus, String? originalReference, String? adjustedReference, DateTime? originalStartDate, DateTime? adjustedStartDate, String? timestamp, Error? error})
PaymentStatusUpdateWebhook.fromJson(Map<String, dynamic> json)
factory

Properties

adjustedReference String?
final
adjustedStartDate DateTime?
final
error Error?
final
hashCode int
The hash code for this object.
no setterinherited
newPaymentStatus PaymentStatusUpdateWebhookNewPaymentStatus?
final
oldPaymentStatus PaymentStatusUpdateWebhookOldPaymentStatus?
final
originalReference String?
final
originalStartDate DateTime?
final
paymentId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp String?
final
webhookCode String?
final
webhookType String?
final

Methods

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.
inherited

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)