Click or drag to resize

IInvoiceTemplatingFillCreditedInvoice Method

Creates credited 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 FillCreditedInvoice(
	CreditedInvoice invoice,
	CultureInfo culture,
	Template template
)

Parameters

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

Return Value

Type: String
String representation of credited invoice.
See Also