NamiPurchaseSuccessApple constructor

NamiPurchaseSuccessApple(
  1. NamiSKU product,
  2. String transactionID,
  3. String originalTransactionID,
  4. String price,
  5. String currencyCode,
)

Implementation

NamiPurchaseSuccessApple(
  NamiSKU product,
  this.transactionID,
  this.originalTransactionID,
  this.price,
  this.currencyCode,
) : super(product);