TrialSubscription Class |
Namespace: Intuit.Ipp.Data
public class TrialSubscription
The TrialSubscription type exposes the following members.
Name | Description | |
---|---|---|
![]() | TrialSubscription |
Initializes a new instance of the TrialSubscription class.
|
Name | Description | |
---|---|---|
![]() | ApplicationName |
Gets the name of the application.
|
![]() | CustomerEmail |
Gets the customer email.
|
![]() | CustomerName |
Gets the name of the customer.
|
![]() | CustomerPhone |
Gets the customer phone number.
|
![]() | IsBeta |
Gets the is beta.
|
![]() | LastSyncTime |
Gets the last sync time.
|
![]() | MbHours |
Gets the mb hours.
|
![]() | PlanName |
Gets the name of the plan.
|
![]() | Realm |
Gets the realm.
|
![]() | StartDate |
Gets the start date.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ParseTrialSubscription |
Parses the trial subscription.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |