Resource: CustomerRepricingConfig
Configuration for how a reseller will reprice a Customer.
| JSON representation |
|---|
{
"name"
:
string
,
"repricingConfig"
:
{
object (
|
| Fields | |
|---|---|
name
|
Output only. Resource name of the CustomerRepricingConfig. Format: accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}. |
repricingConfig
|
Required. The configuration for bill modifications made by a reseller before sending it to customers. |
updateTime
|
Output only. Timestamp of an update to the repricing rule. If Uses RFC 3339, where generated output is always Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
|---|---|
|
Creates a CustomerRepricingConfig. |
|
Deletes the given CustomerRepricingConfig
permanently. |
|
Gets information about how a Reseller modifies their bill before sending it to a Customer. |
|
Lists information about how a Reseller modifies their bill before sending it to a Customer. |
|
Updates a CustomerRepricingConfig. |

