GoogleCloudChannelV1RepricingConfig constructor
GoogleCloudChannelV1RepricingConfig({
- GoogleCloudChannelV1RepricingAdjustment? adjustment,
- GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity? channelPartnerGranularity,
- List<
GoogleCloudChannelV1ConditionalOverride> ? conditionalOverrides, - GoogleTypeDate? effectiveInvoiceMonth,
- GoogleCloudChannelV1RepricingConfigEntitlementGranularity? entitlementGranularity,
- String? rebillingBasis,
Implementation
GoogleCloudChannelV1RepricingConfig({
this.adjustment,
this.channelPartnerGranularity,
this.conditionalOverrides,
this.effectiveInvoiceMonth,
this.entitlementGranularity,
this.rebillingBasis,
});