InstallmentsBasePlanType constructor

InstallmentsBasePlanType({
  1. String? accountHoldDuration,
  2. String? billingPeriodDuration,
  3. int? committedPaymentsCount,
  4. String? gracePeriodDuration,
  5. String? prorationMode,
  6. String? renewalType,
  7. String? resubscribeState,
})

Implementation

InstallmentsBasePlanType({
  this.accountHoldDuration,
  this.billingPeriodDuration,
  this.committedPaymentsCount,
  this.gracePeriodDuration,
  this.prorationMode,
  this.renewalType,
  this.resubscribeState,
});