| BillingInfo Class |
Namespace: Intuit.Ipp.Data
public class BillingInfo
The BillingInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| BillingInfo |
Initializes a new instance of the BillingInfo class.
|
| Name | Description | |
|---|---|---|
| DbId |
Gets the db id.
| |
| LastPaymentDate |
Gets the last payment date.
| |
| Status |
Gets the status.
|
| 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.) | |
| HasStatusGrace |
Determines whether Billing info has status grace
| |
| HasStatusOk |
Determines whether [has status ok].
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| StatusGrace |
Application is in "GRACE" billing status.
| |
| StatusOk |
Application is in "OK" billing status.
|
| Name | Description | |
|---|---|---|
| CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |