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

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

Request message for GetCheckoutSettings method.

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

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name/identifier of the merchant account. Format: accounts/{account}/programs/{program}/checkoutSettings

getName

Required. The name/identifier of the merchant account.

Format: accounts/{account}/programs/{program}/checkoutSettings

Returns
Type Description
string

setName

Required. The name/identifier of the merchant account.

Format: accounts/{account}/programs/{program}/checkoutSettings

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name/identifier of the merchant account. Format: accounts/{account}/programs/{program}/checkoutSettings Please see CheckoutSettingsServiceClient::checkoutSettingsName() for help formatting this field.

Returns
Type Description
GetCheckoutSettingsRequest