CurrentSubscriptionPriceResponseVariant1 constructor

const CurrentSubscriptionPriceResponseVariant1({
  1. required String priceId,
  2. required int amountMinor,
  3. required CurrentSubscriptionPriceResponseVariant1CurrencyCurrency currency,
  4. required CurrentSubscriptionPriceResponseVariant1BillingCycleBillingCycle billingCycle,
  5. required bool isGrandfathered,
  6. required int? listAmountMinor,
  7. required String? listPriceId,
})

Implementation

const CurrentSubscriptionPriceResponseVariant1({
  required this.priceId,
  required this.amountMinor,
  required this.currency,
  required this.billingCycle,
  required this.isGrandfathered,
  required this.listAmountMinor,
  required this.listPriceId,
});