ConsumptionRequest constructor

const ConsumptionRequest({
  1. int? accountTenure,
  2. String? appAccountToken,
  3. int? consumptionStatus,
  4. bool? customerConsented,
  5. int? deliveryStatus,
  6. int? lifetimeDollarsPurchased,
  7. int? lifetimeDollarsRefunded,
  8. int? platform,
  9. int? playTime,
  10. bool? sampleContentProvided,
  11. int? userStatus,
})

Implementation

const ConsumptionRequest(
    {this.accountTenure,
    this.appAccountToken,
    this.consumptionStatus,
    this.customerConsented,
    this.deliveryStatus,
    this.lifetimeDollarsPurchased,
    this.lifetimeDollarsRefunded,
    this.platform,
    this.playTime,
    this.sampleContentProvided,
    this.userStatus});