GoogleCloudChannelV1RepricingConfig constructor

GoogleCloudChannelV1RepricingConfig({
  1. GoogleCloudChannelV1RepricingAdjustment? adjustment,
  2. GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity? channelPartnerGranularity,
  3. List<GoogleCloudChannelV1ConditionalOverride>? conditionalOverrides,
  4. GoogleTypeDate? effectiveInvoiceMonth,
  5. GoogleCloudChannelV1RepricingConfigEntitlementGranularity? entitlementGranularity,
  6. String? rebillingBasis,
})

Implementation

GoogleCloudChannelV1RepricingConfig({
  this.adjustment,
  this.channelPartnerGranularity,
  this.conditionalOverrides,
  this.effectiveInvoiceMonth,
  this.entitlementGranularity,
  this.rebillingBasis,
});