Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudChannelV1RepricingConfig

import type { GoogleCloudChannelV1RepricingConfig } from "https://googleapis.deno.dev/v1/cloudchannel:v1.ts";

Configuration for repricing a Google bill over a period of time.

interface GoogleCloudChannelV1RepricingConfig {
conditionalOverrides?: GoogleCloudChannelV1ConditionalOverride[];
effectiveInvoiceMonth?: GoogleTypeDate;
rebillingBasis?: "REBILLING_BASIS_UNSPECIFIED" | "COST_AT_LIST" | "DIRECT_CUSTOMER_COST";
}

§Properties

§

Required. Information about the adjustment.

§

Applies the repricing configuration at the channel partner level. Only ChannelPartnerRepricingConfig supports this value. Deprecated: This is no longer supported. Use RepricingConfig.entitlement_granularity instead.

§

The conditional overrides to apply for this configuration. If you list multiple overrides, only the first valid override is used. If you don't list any overrides, the API uses the normal adjustment and rebilling basis.

§
effectiveInvoiceMonth?: GoogleTypeDate
[src]

Required. The YearMonth when these adjustments activate. The Day field needs to be "0" since we only accept YearMonth repricing boundaries.

§

Applies the repricing configuration at the entitlement level. Note: If a ChannelPartnerRepricingConfig using RepricingConfig.EntitlementGranularity becomes effective, then no existing or future RepricingConfig.ChannelPartnerGranularity will apply to the RepricingConfig.EntitlementGranularity.entitlement. This is the recommended value for both CustomerRepricingConfig and ChannelPartnerRepricingConfig.

§
rebillingBasis?: "REBILLING_BASIS_UNSPECIFIED" | "COST_AT_LIST" | "DIRECT_CUSTOMER_COST"
[src]

Required. The RebillingBasis to use for this bill. Specifies the relative cost based on repricing costs you will apply.