Click or drag to resize

IBlazeUpdateInvoice Method

Updates invoice

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
BlazeInvoice UpdateInvoice(
	string invoiceId,
	BlazeInvoiceRequest request
)

Parameters

invoiceId
Type: SystemString
The invoice ID.
request
Type: NetQuarry.ServicesBlazeInvoiceRequest
The updated invoice information.

Return Value

Type: BlazeInvoice
The updated invoice.
See Also