Click or drag to resize

InvoiceHelperGetElectronicInvoice Method

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

Parameters

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

Return Value

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