RequestSubscriptionIosProps constructor

const RequestSubscriptionIosProps({
  1. String? advancedCommerceData,
  2. bool? andDangerouslyFinishTransactionAutomatically,
  3. String? appAccountToken,
  4. bool? introductoryOfferEligibility,
  5. PromotionalOfferJWSInputIOS? promotionalOfferJWS,
  6. int? quantity,
  7. required String sku,
  8. WinBackOfferInputIOS? winBackOffer,
  9. DiscountOfferInputIOS? withOffer,
})

Implementation

const RequestSubscriptionIosProps({
  this.advancedCommerceData,
  this.andDangerouslyFinishTransactionAutomatically,
  this.appAccountToken,
  this.introductoryOfferEligibility,
  this.promotionalOfferJWS,
  this.quantity,
  required this.sku,
  this.winBackOffer,
  this.withOffer,
});