Google Shopping Merchant Accounts V1beta Client - Class CreateOnlineReturnPolicyRequest (0.9.0)

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

Request message for the CreateOnlineReturnPolicy method.

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

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 merchant account for which the return policy will be created. Format: accounts/{account}

↳ online_return_policy OnlineReturnPolicy

Required. The return policy object to create.

getParent

Required. The merchant account for which the return policy will be created.

Format: accounts/{account}

Returns
Type Description
string

setParent

Required. The merchant account for which the return policy will be created.

Format: accounts/{account}

Parameter
Name Description
var string
Returns
Type Description
$this

getOnlineReturnPolicy

Required. The return policy object to create.

Returns
Type Description
OnlineReturnPolicy|null

hasOnlineReturnPolicy

clearOnlineReturnPolicy

setOnlineReturnPolicy

Required. The return policy object to create.

Parameter
Name Description
var OnlineReturnPolicy
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The merchant account for which the return policy will be created. Format: accounts/{account} Please see OnlineReturnPolicyServiceClient::accountName() for help formatting this field.

Returns
Type Description
CreateOnlineReturnPolicyRequest

static::buildFromParentOnlineReturnPolicy

Parameters
Name Description
parent string

Required. The merchant account for which the return policy will be created. Format: accounts/{account} Please see OnlineReturnPolicyServiceClient::accountName() for help formatting this field.

onlineReturnPolicy OnlineReturnPolicy

Required. The return policy object to create.

Returns
Type Description
CreateOnlineReturnPolicyRequest