Click or drag to resize
ISubscriptionTransferredDetails Interface

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

Details of a subscription being transferred

Namespace: Netadmin.Management.Provisioning.Events
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ISubscriptionTransferredDetails

The ISubscriptionTransferredDetails type exposes the following members.

Properties
  NameDescription
Public propertyInt64AddressId
Address where the transfer was made
Public propertyInt64FromCustomerId
Id of previous customer
Public propertyInt64SubscriptionId
Subscriptions that was transferred
Public propertyInt64ToCustomerId
Id of current customer
Top
See Also