public class ShoppingContent.Orderinvoices extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Orderinvoices.Createchargeinvoice |
class |
ShoppingContent.Orderinvoices.Createrefundinvoice |
| Constructor and Description |
|---|
Orderinvoices() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Orderinvoices.Createchargeinvoice |
createchargeinvoice(BigInteger merchantId,
String orderId,
OrderinvoicesCreateChargeInvoiceRequest content)
Creates a charge invoice for a shipment group, and triggers a charge capture for orderinvoice
enabled orders.
|
ShoppingContent.Orderinvoices.Createrefundinvoice |
createrefundinvoice(BigInteger merchantId,
String orderId,
OrderinvoicesCreateRefundInvoiceRequest content)
Creates a refund invoice for one or more shipment groups, and triggers a refund for orderinvoice
enabled orders.
|
public ShoppingContent.Orderinvoices.Createchargeinvoice createchargeinvoice(BigInteger merchantId, String orderId, OrderinvoicesCreateChargeInvoiceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the account that manages the order. This cannot be a multi-client account.orderId - The ID of the order.content - the OrderinvoicesCreateChargeInvoiceRequestIOExceptionpublic ShoppingContent.Orderinvoices.Createrefundinvoice createrefundinvoice(BigInteger merchantId, String orderId, OrderinvoicesCreateRefundInvoiceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the account that manages the order. This cannot be a multi-client account.orderId - The ID of the order.content - the OrderinvoicesCreateRefundInvoiceRequestIOExceptionCopyright © 2011–2024 Google. All rights reserved.