Google Cloud Channel V1 Client - Class UpdateCustomerRepricingConfigRequest (2.1.1)

Reference documentation and code samples for the Google Cloud Channel V1 Client class UpdateCustomerRepricingConfigRequest.

Request message for CloudChannelService.UpdateCustomerRepricingConfig.

Generated from protobuf message google.cloud.channel.v1.UpdateCustomerRepricingConfigRequest

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ customer_repricing_config CustomerRepricingConfig

Required. The CustomerRepricingConfig object to update.

getCustomerRepricingConfig

Required. The CustomerRepricingConfig object to update.

Returns
Type Description
CustomerRepricingConfig|null

hasCustomerRepricingConfig

clearCustomerRepricingConfig

setCustomerRepricingConfig

Required. The CustomerRepricingConfig object to update.

Parameter
Name Description
var CustomerRepricingConfig
Returns
Type Description
$this

static::build

Parameter
Name Description
customerRepricingConfig CustomerRepricingConfig

Required. The CustomerRepricingConfig object to update.

Returns
Type Description
UpdateCustomerRepricingConfigRequest