Click or drag to resize

CreditInvoiceHelperCreateCreditedInvoice Method

Creates the credited 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 CreditedInvoice CreateCreditedInvoice(
	CreditedInvoice invoice,
	bool appendToUnsent
)

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsCreditedInvoice
The invoice.
appendToUnsent
Type: SystemBoolean
if set to true [append to unsent].

Return Value

Type: CreditedInvoice
Credit invoice.
See Also