Click or drag to resize

IAtomiaBillingApiCreatePartiallyCreditedInvoice Method

Partially credits invoice.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
CreditedInvoice CreatePartiallyCreditedInvoice(
	CreditedInvoice creditedInvoice,
	IList<Guid> nonCreditedLinesIds
)

Parameters

creditedInvoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsCreditedInvoice
The credited invoice to be persisted.
nonCreditedLinesIds
Type: System.Collections.GenericIListGuid
The non credited lines ids.

Return Value

Type: CreditedInvoice
Created credited invoice.
See Also