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

GoogleCloudChannelV1ChannelPartnerRepricingConfig

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

Configuration for how a distributor will rebill a channel partner (also known as a distributor-authorized reseller).

interface GoogleCloudChannelV1ChannelPartnerRepricingConfig {
readonly name?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly name?: string
[src]

Output only. Resource name of the ChannelPartnerRepricingConfig. Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}.

§

Required. The configuration for bill modifications made by a reseller before sending it to ChannelPartner.

§
readonly updateTime?: Date
[src]

Output only. Timestamp of an update to the repricing rule. If update_time is after RepricingConfig.effective_invoice_month then it indicates this was set mid-month.