Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class CreateCheckoutSettingsRequest.
Request message for the CreateCheckoutSettings
method.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.CreateCheckoutSettingsRequest
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 |
↳ checkout_settings |
CheckoutSettings
Required. The |
getParent
Required. The merchant account for which the CheckoutSettings
will be
created.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The merchant account for which the CheckoutSettings
will be
created.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCheckoutSettings
Required. The CheckoutSettings
object to create.
Returns | |
---|---|
Type | Description |
CheckoutSettings|null |
hasCheckoutSettings
clearCheckoutSettings
setCheckoutSettings
Required. The CheckoutSettings
object to create.
Parameter | |
---|---|
Name | Description |
var |
CheckoutSettings
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The merchant account for which the |
checkoutSettings |
CheckoutSettings
Required. The |
Returns | |
---|---|
Type | Description |
CreateCheckoutSettingsRequest |