AppodealAppStorePurchase.nonRenewingSubscription constructor

AppodealAppStorePurchase.nonRenewingSubscription({
  1. required String orderId,
  2. required String price,
  3. required String currency,
  4. required String transactionId,
  5. Map<String, String> additionalParameters = const {},
})

Implementation

AppodealAppStorePurchase.nonRenewingSubscription(
    {required this.orderId,
    required this.price,
    required this.currency,
    required this.transactionId,
    this.additionalParameters = const {}})
    : _type = 3;