RequestSubscriptionIosProps constructor

const RequestSubscriptionIosProps({
  1. String? advancedCommerceData,
  2. bool? andDangerouslyFinishTransactionAutomatically,
  3. String? appAccountToken,
  4. int? quantity,
  5. required String sku,
  6. DiscountOfferInputIOS? withOffer,
})

Implementation

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