Click or drag to resize

IAtomiaBillingApiGetFinancialObligation Method

Returns object that encapsulates data needed to print financial obligation notice.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
FinancialObligation GetFinancialObligation(
	Guid customerId,
	TerminationOption terminationOption
)

Parameters

customerId
Type: SystemGuid
The customer id.
terminationOption
Type: Atomia.Billing.Core.Sdk.BusinessObjectsTerminationOption
The termination option.

Return Value

Type: FinancialObligation
Object that encapsulates data needed to print financial obligation notice.
See Also