PaymentProfile Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The PaymentProfile type exposes the following members.
Name | Description | |
---|---|---|
![]() | PaymentProfile | Initializes a new instance of the PaymentProfile class |
Name | Description | |
---|---|---|
![]() | AccountId |
Gets or sets the account id.
|
![]() | Attributes |
Gets or sets the custom attributes.
|
![]() | DataObject |
Gets or sets the data object.
|
![]() | Deleted |
Gets or sets a value indicating whether this PaymentProfile is deleted.
|
![]() | GuiPluginName |
Gets or sets the name of the GUI plugin that is responsible for performing payments of this type.
|
![]() | Id |
Gets or sets the id.
|
![]() | NumberOfTransactions |
Gets or sets the number of transactions performed by this payment profile.
|
![]() | PaymentMethod |
Gets or sets the payment method name to which this payment profile corresponds.
|
![]() | PluginName |
Gets or sets the name of the plugin that is responsible for performing payments of this type.
|
![]() | Status |
Gets or sets the status of the payment profile.
|
Name | Description | |
---|---|---|
![]() | AddOrUpdateAttribute |
Adds the or update attribute.
|
![]() | 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 |
Updates the data object by merging it's properties with the properties from the current business object.
|