Google Shopping Merchant Accounts V1beta Client - Class InsertShippingSettingsRequest (0.3.1)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class InsertShippingSettingsRequest.

Request message for the InsertShippingSetting method.

Generated from protobuf message google.shopping.merchant.accounts.v1beta.InsertShippingSettingsRequest

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The account where this product will be inserted. Format: accounts/{account}

↳ shipping_setting ShippingSettings

Required. The new version of the account.

getParent

Required. The account where this product will be inserted.

Format: accounts/{account}

Returns
Type Description
string

setParent

Required. The account where this product will be inserted.

Format: accounts/{account}

Parameter
Name Description
var string
Returns
Type Description
$this

getShippingSetting

Required. The new version of the account.

Returns
Type Description
ShippingSettings|null

hasShippingSetting

clearShippingSetting

setShippingSetting

Required. The new version of the account.

Parameter
Name Description
var ShippingSettings
Returns
Type Description
$this