BankReceiptUpload constructor

BankReceiptUpload({
  1. String? createdByUserName,
  2. String? updatedByUserName,
  3. String? createdBy,
  4. String? createdDate,
  5. String? updatedBy,
  6. String? updatedDate,
  7. int? id,
  8. String? fileType,
  9. String? s3FileKey,
  10. String? location,
  11. String? sourceSystem,
  12. String? status,
  13. String? fileName,
  14. String? downloadURL,
  15. String? expiryDate,
  16. String? arReceiptNo,
})

Implementation

BankReceiptUpload(
    {this.createdByUserName,
    this.updatedByUserName,
    this.createdBy,
    this.createdDate,
    this.updatedBy,
    this.updatedDate,
    this.id,
    this.fileType,
    this.s3FileKey,
    this.location,
    this.sourceSystem,
    this.status,
    this.fileName,
    this.downloadURL,
    this.expiryDate,
    this.arReceiptNo});