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 \ V1betaMethods
__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: |
↳ 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: |
Returns | |
---|---|
Type | Description |
CreateOnlineReturnPolicyRequest |
static::buildFromParentOnlineReturnPolicy
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The merchant account for which the return policy will be created.
Format: |
onlineReturnPolicy |
OnlineReturnPolicy
Required. The return policy object to create. |
Returns | |
---|---|
Type | Description |
CreateOnlineReturnPolicyRequest |