Show / Hide Table of Contents

Class OrderinvoicesResource.CreatechargeinvoiceRequest

Creates a charge invoice for a shipment group, and triggers a charge capture for orderinvoice enabled orders.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>
ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>
OrderinvoicesResource.CreatechargeinvoiceRequest
Implements
IClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>
IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.Xgafv
ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.AccessToken
ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.Alt
ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.Callback
ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.Fields
ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.Key
ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.OauthToken
ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.QuotaUser
ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.UploadType
ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.UploadProtocol
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.Execute()
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.ExecuteAsStream()
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.ExecuteAsync()
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.GenerateRequestUri()
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.GetDefaultETagAction(String)
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.ETagAction
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.ModifyRequest
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.ValidateParameters
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.RequestParameters
ClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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 CreatechargeinvoiceRequest : ShoppingContentBaseServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>, IClientServiceRequest<OrderinvoicesCreateChargeInvoiceResponse>, IClientServiceRequest

Constructors

CreatechargeinvoiceRequest(IClientService, OrderinvoicesCreateChargeInvoiceRequest, UInt64, String)

Constructs a new Createchargeinvoice request.

Declaration
public CreatechargeinvoiceRequest(IClientService service, OrderinvoicesCreateChargeInvoiceRequest body, ulong merchantId, string orderId)
Parameters
Type Name Description
IClientService service
OrderinvoicesCreateChargeInvoiceRequest body
System.UInt64 merchantId
System.String orderId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.OrderinvoicesCreateChargeInvoiceResponse>.HttpMethod

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
System.UInt64

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.OrderinvoicesCreateChargeInvoiceResponse>.MethodName

OrderId

The ID of the order.

Declaration
[RequestParameter("orderId", RequestParameterType.Path)]
public virtual string OrderId { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.OrderinvoicesCreateChargeInvoiceResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.OrderinvoicesCreateChargeInvoiceResponse>.GetBody()

InitParameters()

Initializes Createchargeinvoice parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.ShoppingContent.v2_1.ShoppingContentBaseServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.OrderinvoicesCreateChargeInvoiceResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top