Show / Hide Table of Contents

Class OrderreportsResource

The "orderreports" collection of methods.

Inheritance
System.Object
OrderreportsResource
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
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class OrderreportsResource

Constructors

OrderreportsResource(IClientService)

Constructs a new resource.

Declaration
public OrderreportsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Listdisbursements(UInt64)

Retrieves a report for disbursements from your Merchant Center account.

Declaration
public virtual OrderreportsResource.ListdisbursementsRequest Listdisbursements(ulong merchantId)
Parameters
Type Name Description
System.UInt64 merchantId

The ID of the account that manages the order. This cannot be a multi-client account.

Returns
Type Description
OrderreportsResource.ListdisbursementsRequest

Listtransactions(UInt64, String)

Retrieves a list of transactions for a disbursement from your Merchant Center account.

Declaration
public virtual OrderreportsResource.ListtransactionsRequest Listtransactions(ulong merchantId, string disbursementId)
Parameters
Type Name Description
System.UInt64 merchantId

The ID of the account that manages the order. This cannot be a multi-client account.

System.String disbursementId

The Google-provided ID of the disbursement (found in Wallet).

Returns
Type Description
OrderreportsResource.ListtransactionsRequest
In This Article
Back to top