Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class CreateOnlineReturnPolicyRequest.
Request message for the CreateOnlineReturnPolicy method.
Generated from protobuf message google.shopping.merchant.accounts.v1.CreateOnlineReturnPolicyRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The Merchant Center 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 Center account for which the return policy will be
created. Format: accounts/{account}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The Merchant Center 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
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The Merchant Center account for which the return policy will be
created. Format: |
onlineReturnPolicy |
OnlineReturnPolicy
Required. The return policy object to create. |
| Returns | |
|---|---|
| Type | Description |
CreateOnlineReturnPolicyRequest |
|