Show / Hide Table of Contents

Class OrderreportsResource.ListtransactionsRequest

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

Inheritance
object
ClientServiceRequest
ClientServiceRequest<OrderreportsListTransactionsResponse>
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>
OrderreportsResource.ListtransactionsRequest
Implements
IClientServiceRequest<OrderreportsListTransactionsResponse>
IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>.Xgafv
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>.AccessToken
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>.Alt
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>.Callback
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>.Fields
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>.Key
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>.OauthToken
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>.QuotaUser
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>.UploadType
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>.UploadProtocol
ClientServiceRequest<OrderreportsListTransactionsResponse>.Execute()
ClientServiceRequest<OrderreportsListTransactionsResponse>.ExecuteAsStream()
ClientServiceRequest<OrderreportsListTransactionsResponse>.ExecuteAsync()
ClientServiceRequest<OrderreportsListTransactionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<OrderreportsListTransactionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<OrderreportsListTransactionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<OrderreportsListTransactionsResponse>.CreateRequest(bool?)
ClientServiceRequest<OrderreportsListTransactionsResponse>.GenerateRequestUri()
ClientServiceRequest<OrderreportsListTransactionsResponse>.GetBody()
ClientServiceRequest<OrderreportsListTransactionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<OrderreportsListTransactionsResponse>.ETagAction
ClientServiceRequest<OrderreportsListTransactionsResponse>.ModifyRequest
ClientServiceRequest<OrderreportsListTransactionsResponse>.ValidateParameters
ClientServiceRequest<OrderreportsListTransactionsResponse>.ApiVersion
ClientServiceRequest<OrderreportsListTransactionsResponse>.RequestParameters
ClientServiceRequest<OrderreportsListTransactionsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrderreportsResource.ListtransactionsRequest : ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>, IClientServiceRequest<OrderreportsListTransactionsResponse>, IClientServiceRequest

Constructors

ListtransactionsRequest(IClientService, ulong, string)

Constructs a new Listtransactions request.

Declaration
public ListtransactionsRequest(IClientService service, ulong merchantId, string disbursementId)
Parameters
Type Name Description
IClientService service
ulong merchantId
string disbursementId

Properties

DisbursementId

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

Declaration
[RequestParameter("disbursementId", RequestParameterType.Path)]
public virtual string DisbursementId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<OrderreportsListTransactionsResponse>.HttpMethod

MaxResults

The maximum number of disbursements to return in the response, used for paging.

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type Description
long?

MerchantId

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

Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type Description
ulong

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<OrderreportsListTransactionsResponse>.MethodName

PageToken

The token returned by the previous request.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<OrderreportsListTransactionsResponse>.RestPath

TransactionEndDate

The last date in which transaction occurred. In ISO 8601 format. Default: current date.

Declaration
[RequestParameter("transactionEndDate", RequestParameterType.Query)]
public virtual string TransactionEndDate { get; set; }
Property Value
Type Description
string

TransactionStartDate

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

Declaration
[RequestParameter("transactionStartDate", RequestParameterType.Query)]
public virtual string TransactionStartDate { get; set; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes Listtransactions parameter list.

Declaration
protected override void InitParameters()
Overrides
ShoppingContentBaseServiceRequest<OrderreportsListTransactionsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX