Show / Hide Table of Contents

Class SettlementreportsResource

The "settlementreports" collection of methods.

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

Constructors

SettlementreportsResource(IClientService)

Constructs a new resource.

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

Methods

Get(UInt64, String)

Retrieves a settlement report from your Merchant Center account.

Declaration
public virtual SettlementreportsResource.GetRequest Get(ulong merchantId, string settlementId)
Parameters
Type Name Description
System.UInt64 merchantId

The Merchant Center account of the settlement report.

System.String settlementId

The Google-provided ID of the settlement.

Returns
Type Description
SettlementreportsResource.GetRequest

List(UInt64)

Retrieves a list of settlement reports from your Merchant Center account.

Declaration
public virtual SettlementreportsResource.ListRequest List(ulong merchantId)
Parameters
Type Name Description
System.UInt64 merchantId

The Merchant Center account to list settlements for.

Returns
Type Description
SettlementreportsResource.ListRequest
In This Article
Back to top