IncomeVerificationStatusWebhook class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- IncomeVerificationStatusWebhook({required String webhookType, required String webhookCode, required String itemId, String? userId, required String verificationStatus, required WebhookEnvironmentValues environment})
-
IncomeVerificationStatusWebhook.fromJson(Map<
String, dynamic> json) -
factory
Properties
- environment → WebhookEnvironmentValues
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- itemId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → String?
-
final
- verificationStatus → String
-
final
- webhookCode → String
-
final
- webhookType → String
-
final
Methods
-
copyWith(
{String? webhookType, String? webhookCode, String? itemId, String? userId, String? verificationStatus, WebhookEnvironmentValues? environment}) → IncomeVerificationStatusWebhook -
Available on IncomeVerificationStatusWebhook, provided by the $IncomeVerificationStatusWebhookExtension extension
-
copyWithWrapped(
{Wrapped< String> ? webhookType, Wrapped<String> ? webhookCode, Wrapped<String> ? itemId, Wrapped<String?> ? userId, Wrapped<String> ? verificationStatus, Wrapped<WebhookEnvironmentValues> ? environment}) → IncomeVerificationStatusWebhook -
Available on IncomeVerificationStatusWebhook, provided by the $IncomeVerificationStatusWebhookExtension 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 IncomeVerificationStatusWebhook Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(IncomeVerificationStatusWebhook instance)