PriceCreateOptions class final
Constructors
-
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}) -
const
- PriceCreateOptions.fromJson(Object? json)
-
factory
Properties
- active → bool?
-
final
- billingScheme → InvoiceitemPlanBillingScheme?
-
final
- currency → String
-
final
-
currencyOptions
→ Map<
String, PriceCurrencyOptionsValue> ? -
final
- customUnitAmount → PriceCustomUnitAmount?
-
final
-
expand
→ List<
String> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lookupKey → String?
-
final
-
metadata
→ Map<
String, String> ? -
final
- nickname → String?
-
final
- product → String?
-
final
- productData → PlanProductInlineProductParams?
-
final
- recurring → PriceRecurring?
-
recurring
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taxBehavior → ShippingRateCurrencyOptionTaxBehavior?
-
final
-
tiers
→ List<
PlanTiersItem> ? -
final
- tiersMode → PlanTiersMode?
-
final
- transferLookupKey → bool?
-
final
- transformQuantity → TransformUsage?
-
final
- unitAmount → int?
-
final
- unitAmountDecimal → String?
-
final
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (PriceCreateOptions instance, Encoder< V> encoder) → V