Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified ShoppingMerchantAccounts/metadata/V1Beta/OnlineReturnPolicy.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* Creates a new return policy for a given merchant.
*
* @param string $formattedParent The merchant account for which to create a return policy.
* @param string $formattedParent The merchant account for which the return policy will be created.
* Format: `accounts/{account}`
* Please see {@see OnlineReturnPolicyServiceClient::accountName()} for help formatting this field.
* @param string $onlineReturnPolicyLabel Immutable. This field represents the unique user-defined label of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
use Google\Shopping\Merchant\Accounts\V1beta\DeleteOnlineReturnPolicyRequest;

/**
* Deletes an existing return policy for a given merchant.
* Deletes an existing return policy.
*
* @param string $formattedName The name of the return policy to delete.
* Format: `accounts/{account}/onlineReturnPolicies/{return_policy}`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public function createOnlineReturnPolicy(
}

/**
* Deletes an existing return policy for a given merchant.
* Deletes an existing return policy.
*
* The async variant is
* {@see OnlineReturnPolicyServiceClient::deleteOnlineReturnPolicyAsync()} .
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 44 additions & 44 deletions ShoppingMerchantAccounts/src/V1beta/OnlineReturnPolicy.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading