public class ShoppingContent.Freelistingsprogram.Checkoutsettings extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Freelistingsprogram.Checkoutsettings.Delete |
class |
ShoppingContent.Freelistingsprogram.Checkoutsettings.Get |
class |
ShoppingContent.Freelistingsprogram.Checkoutsettings.Insert |
| Constructor and Description |
|---|
Checkoutsettings() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Freelistingsprogram.Checkoutsettings.Delete |
delete(Long merchantId)
Deletes `Checkout` settings and unenrolls merchant from `Checkout` program.
|
ShoppingContent.Freelistingsprogram.Checkoutsettings.Get |
get(Long merchantId)
Gets Checkout settings for the given merchant.
|
ShoppingContent.Freelistingsprogram.Checkoutsettings.Insert |
insert(Long merchantId,
InsertCheckoutSettingsRequest content)
Enrolls merchant in `Checkout` program.
|
public ShoppingContent.Freelistingsprogram.Checkoutsettings.Delete delete(Long merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account.IOExceptionpublic ShoppingContent.Freelistingsprogram.Checkoutsettings.Get get(Long merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account.IOExceptionpublic ShoppingContent.Freelistingsprogram.Checkoutsettings.Insert insert(Long merchantId, InsertCheckoutSettingsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - Required. The ID of the account.content - the InsertCheckoutSettingsRequestIOExceptionCopyright © 2011–2024 Google. All rights reserved.