Click or drag to resize

IBlazeCreateInvoice Method

Creates an invoice

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
BlazeInvoice CreateInvoice(
	BlazeInvoiceRequest request
)

Parameters

request
Type: NetQuarry.ServicesBlazeInvoiceRequest
The invoice information.

Return Value

Type: BlazeInvoice
The newly created invoice.
See Also