REST Resource: accounts.customers.customerRepricingConfigs

Resource: CustomerRepricingConfig

Configuration for how a reseller will reprice a Customer.

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

string

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

repricingConfig

object (RepricingConfig)

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

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

delete

Deletes the given CustomerRepricingConfig permanently.

get

Gets information about how a Reseller modifies their bill before sending it to a Customer.

list

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

patch

Updates a CustomerRepricingConfig.