SubscriptionRequest constructor

SubscriptionRequest(
  1. String? currencyCode,
  2. String? description,
  3. int? planAmount,
  4. String? planBillingFrequency,
  5. int? planBillingPeriod,
  6. String? planGid,
  7. int? planQuantity,
  8. String? planStartDate,
  9. String? planTotalPayments,
  10. String? couponGid,
  11. List<String>? taxRates,
  12. String? name, {
  13. String? redirectUri,
})

Implementation

SubscriptionRequest(
    this.currencyCode,
    this.description,
    this.planAmount,
    this.planBillingFrequency,
    this.planBillingPeriod,
    this.planGid,
    this.planQuantity,
    this.planStartDate,
    this.planTotalPayments,
    this.couponGid,
    this.taxRates,
    this.name,
    {this.redirectUri});