REST Resource: accounts.channelPartnerLinks.channelPartnerRepricingConfigs

Resource: ChannelPartnerRepricingConfig

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

JSON representation
{
  "name": string,
  "repricingConfig": {
    object (RepricingConfig)
  },
  "updateTime": string
}
Fields
name

string

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

repricingConfig

object (RepricingConfig)

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

updateTime

string (Timestamp format)

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

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Methods

create

Creates a ChannelPartnerRepricingConfig.

delete

Deletes the given ChannelPartnerRepricingConfig permanently.

get

Gets information about how a Distributor modifies their bill before sending it to a ChannelPartner.

list

Lists information about how a Reseller modifies their bill before sending it to a ChannelPartner.

patch

Updates a ChannelPartnerRepricingConfig.