Show / Hide Table of Contents

Class SettlementtransactionsResource

The "settlementtransactions" collection of methods.

Inheritance
System.Object
SettlementtransactionsResource
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 SettlementtransactionsResource

Constructors

SettlementtransactionsResource(IClientService)

Constructs a new resource.

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

Methods

List(UInt64, String)

Retrieves a list of transactions for the settlement.

Declaration
public virtual SettlementtransactionsResource.ListRequest List(ulong merchantId, string settlementId)
Parameters
Type Name Description
System.UInt64 merchantId

The Merchant Center account to list transactions for.

System.String settlementId

The Google-provided ID of the settlement.

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