Click or drag to resize

IAtomiaBillingApiResellerGetPaidAmount 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 ResellerGetPaidAmount(
	string invoiceNo,
	string username,
	string resellerRootDomain
)

Parameters

invoiceNo
Type: SystemString
The invoice number.
username
Type: SystemString
Invoice owner's username.
resellerRootDomain
Type: SystemString
The reseller root domain.

Return Value

Type: Decimal
Paid amount for requested invoice.
See Also