Click or drag to resize

IInvoiceTemplatingFillInvoice Method

Creates invoice string representation.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
string FillInvoice(
	Invoice invoice,
	CultureInfo culture,
	Template template
)

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice.
culture
Type: System.GlobalizationCultureInfo
The culture.
template
Type: Atomia.Billing.Core.Sdk.BusinessObjectsTemplate
The template.

Return Value

Type: String
String representation of invoice.
See Also