UserListLicensePricing constructor

UserListLicensePricing({
  1. String? buyerApprovalState,
  2. String? costMicros,
  3. String? costType,
  4. String? currencyCode,
  5. String? endTime,
  6. String? maxCostMicros,
  7. bool? pricingActive,
  8. String? pricingId,
  9. String? startTime,
})

Implementation

UserListLicensePricing({
  this.buyerApprovalState,
  this.costMicros,
  this.costType,
  this.currencyCode,
  this.endTime,
  this.maxCostMicros,
  this.pricingActive,
  this.pricingId,
  this.startTime,
});