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_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrderreportsResource

Constructors

OrderreportsResource(IClientService)

Constructs a new resource.

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

Methods

Listdisbursements(UInt64, String)

Retrieves a report for disbursements from your Merchant Center account.

Declaration
public virtual OrderreportsResource.ListdisbursementsRequest Listdisbursements(ulong merchantId, string disbursementStartDate)
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 disbursementStartDate

The first date which disbursements occurred. In ISO 8601 format.

Returns
Type Description
OrderreportsResource.ListdisbursementsRequest

Listtransactions(UInt64, String, String)

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

Declaration
public virtual OrderreportsResource.ListtransactionsRequest Listtransactions(ulong merchantId, string disbursementId, string transactionStartDate)
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).

System.String transactionStartDate

The first date in which transaction occurred. In ISO 8601 format.

Returns
Type Description
OrderreportsResource.ListtransactionsRequest
Back to top