CheckoutPrice constructor

CheckoutPrice({
  1. bool? active,
  2. String? billingScheme,
  3. int? created,
  4. String? currency,
  5. String? id,
  6. bool? livemode,
  7. String? lookupKey,
  8. Map<String, dynamic>? metadata,
  9. String? nickname,
  10. String? object,
  11. dynamic product,
  12. Recurring? recurring,
  13. List<Tier>? tiers,
  14. String? tiersMode,
  15. Transform? transformQuantity,
  16. String? type,
  17. int? unitAmount,
  18. String? unitAmountDecimal,
})

Implementation

CheckoutPrice(
    {this.active,
    this.billingScheme,
    this.created,
    this.currency,
    this.id,
    this.livemode,
    this.lookupKey,
    this.metadata,
    this.nickname,
    this.object,
    this.product,
    this.recurring,
    this.tiers,
    this.tiersMode,
    this.transformQuantity,
    this.type,
    this.unitAmount,
    this.unitAmountDecimal});