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

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 Google\Shopping\Merchant\Accounts\V1beta\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
Google\Shopping\Merchant\Accounts\V1beta\ShippingSettings|null

hasShippingSetting

clearShippingSetting

setShippingSetting

Required. The new version of the account.

Parameter
Name Description
var Google\Shopping\Merchant\Accounts\V1beta\ShippingSettings
Returns
Type Description
$this