Click or drag to resize

InvoiceHelperCreateInvoice Method (Guid, Guid, Guid, String, Decimal, String, String)

Creates a new invoice.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static Invoice CreateInvoice(
	Guid resellerId,
	Guid customerId,
	Guid accountId,
	string currencyCode,
	decimal penaltyRate,
	string tax1Name,
	string tax2Name
)

Parameters

resellerId
Type: SystemGuid
Reseller Id.
customerId
Type: SystemGuid
Customer Id.
accountId
Type: SystemGuid
Account Id.
currencyCode
Type: SystemString
Currency code.
penaltyRate
Type: SystemDecimal
Penalty rate.
tax1Name
Type: SystemString
Tax 1 name.
tax2Name
Type: SystemString
Tax 2 name.

Return Value

Type: Invoice
Created invoice.
See Also