GelatoIdNumberReportError constructor
const
GelatoIdNumberReportError({
- GelatoIdNumberReportErrorCode? code,
- String? reason,
Details on the verification error. Present when status is `unverified`.
Implementation
const GelatoIdNumberReportError({
this.code,
this.reason,
});