AccountReactivationRequest Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The AccountReactivationRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountReactivationRequest | Initializes a new instance of the AccountReactivationRequest class |
| Name | Description | |
|---|---|---|
| CreatedByAccountId |
Gets or sets CreatedByAccountId.
(Inherited from AccountStatusChangeRequest.) | |
| CreatedTime |
Gets or sets CreatedTime.
(Inherited from AccountStatusChangeRequest.) | |
| CustomAttributes |
Gets or sets CustomAttributes.
(Inherited from AccountStatusChangeRequest.) | |
| CustomerId |
Gets or sets CustomerId.
(Inherited from AccountStatusChangeRequest.) | |
| DataObject |
Gets or sets the data object. When getting data object it creates a new object from the database.
| |
| Id |
Gets or sets Id.
(Inherited from AccountStatusChangeRequest.) | |
| LastChangeTime |
Gets or sets LastChangeTime.
(Inherited from AccountStatusChangeRequest.) | |
| Origin |
Gets or sets Origin.
(Inherited from AccountStatusChangeRequest.) | |
| ReactivationDate |
Gets or sets ReactivationDate.
| |
| Reason |
Gets or sets Reason.
(Inherited from AccountStatusChangeRequest.) | |
| ResellerId |
Gets or sets ResellerId.
(Inherited from AccountStatusChangeRequest.) | |
| Status |
Gets or sets Status.
(Inherited from AccountStatusChangeRequest.) |
| 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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateDataObject(AccountReactivationRequestData) |
Updates the data object by merging it's properties with the properties from the current business object.
| |
| UpdateDataObject(AccountStatusChangeRequestData) |
Updates the data object by merging it's properties with the properties from the current business object.
(Inherited from AccountStatusChangeRequest.) |