PriceCreateOptions constructor
const
PriceCreateOptions({
- bool? active,
- InvoiceitemPlanBillingScheme? billingScheme,
- required String currency,
- Map<
String, PriceCurrencyOptionsValue> ? currencyOptions, - PriceCustomUnitAmount? customUnitAmount,
- List<
String> ? expand, - String? lookupKey,
- Map<
String, String> ? metadata, - String? nickname,
- String? product,
- PlanProductInlineProductParams? productData,
- PriceRecurring? recurring,
- ShippingRateCurrencyOptionTaxBehavior? taxBehavior,
- List<
PlanTiersItem> ? tiers, - PlanTiersMode? tiersMode,
- bool? transferLookupKey,
- TransformUsage? transformQuantity,
- int? unitAmount,
- String? unitAmountDecimal,
Implementation
const PriceCreateOptions({
this.active,
this.billingScheme,
required this.currency,
this.currencyOptions,
this.customUnitAmount,
this.expand,
this.lookupKey,
this.metadata,
this.nickname,
this.product,
this.productData,
this.recurring,
this.taxBehavior,
this.tiers,
this.tiersMode,
this.transferLookupKey,
this.transformQuantity,
this.unitAmount,
this.unitAmountDecimal,
});