FundsVerificationExtraData constructor

FundsVerificationExtraData({
  1. bool? difficultToRead,
  2. bool? entireDocumentNotInFrame,
  3. String? documentType,
  4. double? fundsAmount,
  5. String? currencyCode,
  6. String? accountName,
  7. String? accountNumber,
  8. DateTime? dateOfStatement,
})

Implementation

FundsVerificationExtraData({
  this.difficultToRead,
  this.entireDocumentNotInFrame,
  this.documentType,
  this.fundsAmount,
  this.currencyCode,
  this.accountName,
  this.accountNumber,
  this.dateOfStatement,
});