Reference documentation and code samples for the Google Cloud Channel V1 Client class ChannelPartnerRepricingConfig.
Configuration for how a distributor will rebill a channel partner (also known as a distributor-authorized reseller).
Generated from protobuf message google.cloud.channel.v1.ChannelPartnerRepricingConfig
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. Resource name of the ChannelPartnerRepricingConfig. Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}. |
↳ repricing_config |
RepricingConfig
Required. The configuration for bill modifications made by a reseller before sending it to ChannelPartner. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. Timestamp of an update to the repricing rule. If |
getName
Output only. Resource name of the ChannelPartnerRepricingConfig.
Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Output only. Resource name of the ChannelPartnerRepricingConfig.
Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRepricingConfig
Required. The configuration for bill modifications made by a reseller before sending it to ChannelPartner.
| Returns | |
|---|---|
| Type | Description |
RepricingConfig|null |
|
hasRepricingConfig
clearRepricingConfig
setRepricingConfig
Required. The configuration for bill modifications made by a reseller before sending it to ChannelPartner.
| Parameter | |
|---|---|
| Name | Description |
var |
RepricingConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Output only. Timestamp of an update to the repricing rule. If update_time
is after
RepricingConfig.effective_invoice_month
then it indicates this was set mid-month.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Timestamp of an update to the repricing rule. If update_time
is after
RepricingConfig.effective_invoice_month
then it indicates this was set mid-month.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|