Sub2ApiAdminChannelPricingIntervalInput constructor

const Sub2ApiAdminChannelPricingIntervalInput({
  1. required int minTokens,
  2. int? maxTokens,
  3. String tierLabel = '',
  4. Sub2ApiDecimal? inputPrice,
  5. Sub2ApiDecimal? outputPrice,
  6. Sub2ApiDecimal? cacheWritePrice,
  7. Sub2ApiDecimal? cacheReadPrice,
  8. Sub2ApiDecimal? inputMultiplier,
  9. Sub2ApiDecimal? outputMultiplier,
  10. Sub2ApiDecimal? cacheWriteMultiplier,
  11. Sub2ApiDecimal? cacheReadMultiplier,
  12. Sub2ApiDecimal? perRequestPrice,
  13. int sortOrder = 0,
})

Implementation

const Sub2ApiAdminChannelPricingIntervalInput({
  required this.minTokens,
  this.maxTokens,
  this.tierLabel = '',
  this.inputPrice,
  this.outputPrice,
  this.cacheWritePrice,
  this.cacheReadPrice,
  this.inputMultiplier,
  this.outputMultiplier,
  this.cacheWriteMultiplier,
  this.cacheReadMultiplier,
  this.perRequestPrice,
  this.sortOrder = 0,
});