verificationStatus property
- @JsonKey(name: 'verification_status', toJson: sandboxIncomeFireWebhookRequestVerificationStatusToJson, fromJson: sandboxIncomeFireWebhookRequestVerificationStatusFromJson)
final
Implementation
@JsonKey(
name: 'verification_status',
toJson: sandboxIncomeFireWebhookRequestVerificationStatusToJson,
fromJson: sandboxIncomeFireWebhookRequestVerificationStatusFromJson,
)
final enums.SandboxIncomeFireWebhookRequestVerificationStatus
verificationStatus;