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