public class ShoppingContent.Buyongoogleprograms extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Buyongoogleprograms.Activate |
class |
ShoppingContent.Buyongoogleprograms.Get |
class |
ShoppingContent.Buyongoogleprograms.Onboard |
class |
ShoppingContent.Buyongoogleprograms.Patch |
class |
ShoppingContent.Buyongoogleprograms.Pause |
class |
ShoppingContent.Buyongoogleprograms.Requestreview |
| Constructor and Description |
|---|
Buyongoogleprograms() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Buyongoogleprograms.Activate |
activate(Long merchantId,
String regionCode,
ActivateBuyOnGoogleProgramRequest content)
Reactivates the BoG program in your Merchant Center account.
|
ShoppingContent.Buyongoogleprograms.Get |
get(Long merchantId,
String regionCode)
Retrieves a status of the BoG program for your Merchant Center account.
|
ShoppingContent.Buyongoogleprograms.Onboard |
onboard(Long merchantId,
String regionCode,
OnboardBuyOnGoogleProgramRequest content)
Onboards the BoG program in your Merchant Center account.
|
ShoppingContent.Buyongoogleprograms.Patch |
patch(Long merchantId,
String regionCode,
BuyOnGoogleProgramStatus content)
Updates the status of the BoG program for your Merchant Center account.
|
ShoppingContent.Buyongoogleprograms.Pause |
pause(Long merchantId,
String regionCode,
PauseBuyOnGoogleProgramRequest content)
Pauses the BoG program in your Merchant Center account.
|
ShoppingContent.Buyongoogleprograms.Requestreview |
requestreview(Long merchantId,
String regionCode,
RequestReviewBuyOnGoogleProgramRequest content)
Requests review and then activates the BoG program in your Merchant Center account for the first
time.
|
public ShoppingContent.Buyongoogleprograms.Activate activate(Long merchantId, String regionCode, ActivateBuyOnGoogleProgramRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account.regionCode - Required. The program region code [ISO 3166-1
alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently only US is
available.content - the ActivateBuyOnGoogleProgramRequestIOExceptionpublic ShoppingContent.Buyongoogleprograms.Get get(Long merchantId, String regionCode) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account.regionCode - Required. The Program region code [ISO 3166-1
alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently only US is
available.IOExceptionpublic ShoppingContent.Buyongoogleprograms.Onboard onboard(Long merchantId, String regionCode, OnboardBuyOnGoogleProgramRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account.regionCode - Required. The program region code [ISO 3166-1
alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently only US is
available.content - the OnboardBuyOnGoogleProgramRequestIOExceptionpublic ShoppingContent.Buyongoogleprograms.Patch patch(Long merchantId, String regionCode, BuyOnGoogleProgramStatus content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account.regionCode - Required. The program region code [ISO 3166-1
alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently only US is
available.content - the BuyOnGoogleProgramStatusIOExceptionpublic ShoppingContent.Buyongoogleprograms.Pause pause(Long merchantId, String regionCode, PauseBuyOnGoogleProgramRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account.regionCode - Required. The program region code [ISO 3166-1
alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently only US is
available.content - the PauseBuyOnGoogleProgramRequestIOExceptionpublic ShoppingContent.Buyongoogleprograms.Requestreview requestreview(Long merchantId, String regionCode, RequestReviewBuyOnGoogleProgramRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account.regionCode - Required. The program region code [ISO 3166-1
alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently only US is
available.content - the RequestReviewBuyOnGoogleProgramRequestIOExceptionCopyright © 2011–2024 Google. All rights reserved.