AdTraceAppStoreSubscription constructor

AdTraceAppStoreSubscription(
  1. String? _price,
  2. String? _currency,
  3. String? _transactionId,
  4. String? _receipt,
)

Implementation

AdTraceAppStoreSubscription(
    this._price, this._currency, this._transactionId, this._receipt) {
  _billingStore = "iOS";
  _callbackParameters = new Map<String, String>();
  _partnerParameters = new Map<String, String>();
}