Click or drag to resize
ICustomerHistoryManagerDetails Method (Int64, IAuthorize, Int64)

[This is preliminary documentation and is subject to change.]

Retrieves Service Provider instances of subscription history

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IServiceProviderCustomerHistoryDetails Details(
	long id,
	IAuthorize auth,
	long serviceProviderId
)

Parameters

id
Type: SystemInt64
Service Provider Customer History Id
auth
Type: IAuthorize
The user's auth object
serviceProviderId
Type: SystemInt64
The serviceprovider id

Return Value

Type: IServiceProviderCustomerHistoryDetails

[Missing <returns> documentation for "M:Netadmin.Management.Customer.ICustomerHistoryManager.Details(System.Int64,Netadmin.Auth.Framework.Interfaces.IAuthorize,System.Int64)"]

See Also