GoogleCloudChannelV1Plan constructor

GoogleCloudChannelV1Plan({
  1. String? billingAccount,
  2. GoogleCloudChannelV1Period? paymentCycle,
  3. String? paymentPlan,
  4. String? paymentType,
  5. GoogleCloudChannelV1Period? trialPeriod,
})

Implementation

GoogleCloudChannelV1Plan({
  this.billingAccount,
  this.paymentCycle,
  this.paymentPlan,
  this.paymentType,
  this.trialPeriod,
});