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.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

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.