Class OrderreportsResource
The "orderreports" collection of methods.
Inherited Members
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(ulong)
Retrieves a report for disbursements from your Merchant Center account.
Declaration
public virtual OrderreportsResource.ListdisbursementsRequest Listdisbursements(ulong merchantId)
Parameters
Type | Name | Description |
---|---|---|
ulong | merchantId | The ID of the account that manages the order. This cannot be a multi-client account. |
Returns
Type | Description |
---|---|
OrderreportsResource.ListdisbursementsRequest |
Listtransactions(ulong, 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 |
---|---|---|
ulong | merchantId | The ID of the account that manages the order. This cannot be a multi-client account. |
string | disbursementId | The Google-provided ID of the disbursement (found in Wallet). |
Returns
Type | Description |
---|---|
OrderreportsResource.ListtransactionsRequest |