RequestSubscriptionIosProps constructor
const
RequestSubscriptionIosProps({
- String? advancedCommerceData,
- bool? andDangerouslyFinishTransactionAutomatically,
- String? appAccountToken,
- bool? introductoryOfferEligibility,
- PromotionalOfferJWSInputIOS? promotionalOfferJWS,
- int? quantity,
- required String sku,
- WinBackOfferInputIOS? winBackOffer,
- DiscountOfferInputIOS? withOffer,
Implementation
const RequestSubscriptionIosProps({
this.advancedCommerceData,
this.andDangerouslyFinishTransactionAutomatically,
this.appAccountToken,
this.introductoryOfferEligibility,
this.promotionalOfferJWS,
this.quantity,
required this.sku,
this.winBackOffer,
this.withOffer,
});