ChangePlanRequest constructor

ChangePlanRequest({
  1. String? dealCode,
  2. String? kind,
  3. String? planName,
  4. String? purchaseOrderId,
  5. Seats? seats,
})

Implementation

ChangePlanRequest({
  this.dealCode,
  this.kind,
  this.planName,
  this.purchaseOrderId,
  this.seats,
});