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

GoogleCloudChannelV1CustomerRepricingConfig

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

Configuration for how a reseller will reprice a Customer.

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

§Properties

§
readonly name?: string
[src]

Output only. Resource name of the CustomerRepricingConfig. Format: accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}.

§

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

§
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.