RequestSubscriptionIosProps constructor

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

Implementation

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