Show / Hide Table of Contents

Class FreelistingsprogramResource.CheckoutsettingsResource

The "checkoutsettings" collection of methods.

Inheritance
object
FreelistingsprogramResource.CheckoutsettingsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class FreelistingsprogramResource.CheckoutsettingsResource

Constructors

CheckoutsettingsResource(IClientService)

Constructs a new resource.

Declaration
public CheckoutsettingsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(long)

Deletes Checkout settings and unenrolls merchant from Checkout program.

Declaration
public virtual FreelistingsprogramResource.CheckoutsettingsResource.DeleteRequest Delete(long merchantId)
Parameters
Type Name Description
long merchantId

Required. The ID of the account.

Returns
Type Description
FreelistingsprogramResource.CheckoutsettingsResource.DeleteRequest

Get(long)

Gets Checkout settings for the given merchant. This includes information about review state, enrollment state and URL settings.

Declaration
public virtual FreelistingsprogramResource.CheckoutsettingsResource.GetRequest Get(long merchantId)
Parameters
Type Name Description
long merchantId

Required. The ID of the account.

Returns
Type Description
FreelistingsprogramResource.CheckoutsettingsResource.GetRequest

Insert(InsertCheckoutSettingsRequest, long)

Enrolls merchant in Checkout program.

Declaration
public virtual FreelistingsprogramResource.CheckoutsettingsResource.InsertRequest Insert(InsertCheckoutSettingsRequest body, long merchantId)
Parameters
Type Name Description
InsertCheckoutSettingsRequest body

The body of the request.

long merchantId

Required. The ID of the account.

Returns
Type Description
FreelistingsprogramResource.CheckoutsettingsResource.InsertRequest
In this article
Back to top Generated by DocFX