CustomerDownload constructor

CustomerDownload({
  1. String? downloadId,
  2. String? downloadUrl,
  3. int? productId,
  4. String? productName,
  5. String? downloadName,
  6. int? orderId,
  7. String? orderKey,
  8. String? downloadsRemaining,
  9. String? accessExpires,
  10. String? accessExpiresGmt,
  11. File? file,
  12. Links? links,
})

Implementation

CustomerDownload(
    {this.downloadId,
    this.downloadUrl,
    this.productId,
    this.productName,
    this.downloadName,
    this.orderId,
    this.orderKey,
    this.downloadsRemaining,
    this.accessExpires,
    this.accessExpiresGmt,
    this.file,
    this.links});