Click or drag to resize

InvoiceHelperGetCreditedElectronicInvoice Method

Generates the electronic 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 string GetCreditedElectronicInvoice(
	Guid invoiceId,
	IAtomiaBillingApi atomiaBillingApi
)

Parameters

invoiceId
Type: SystemGuid
The credited invoice identifier.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.

Return Value

Type: String
The electronic credited invoice in the UBL format.
See Also