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.

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