Click or drag to resize

IAtomiaBillingApiGetPaidAmount Method

Gets the paid amount for invoice for a given number and username.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
decimal GetPaidAmount(
	string invoiceNo,
	string username
)

Parameters

invoiceNo
Type: SystemString
The invoice number.
username
Type: SystemString
Invoice owner's username.

Return Value

Type: Decimal
Paid amount for requested invoice.
See Also