PLYSubscriptionOffer constructor

PLYSubscriptionOffer(
  1. String subscriptionId,
  2. String? basePlanId,
  3. String? offerToken,
  4. String? offerId,
)

Implementation

PLYSubscriptionOffer(
    this.subscriptionId, this.basePlanId, this.offerToken, this.offerId);