PaymentProfileHelper Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessLogic
The PaymentProfileHelper type exposes the following members.
Name | Description | |
---|---|---|
PaymentProfileHelper | Initializes a new instance of the PaymentProfileHelper class |
Name | Description | |
---|---|---|
AddPaymentProfile |
Adds the payment profile.
| |
DeletePaymentProfile |
Deletes the payment profile. Payment profile can be deleted only if there are no transactions assigned to it.
| |
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.) | |
GetDefaultPaymentProfile |
Gets the default payment profile.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPaymentProfile |
Gets the payment profile by id.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ListPaymentProfilesByAccount |
Gets the payment profiles for account.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdatePaymentProfile(PaymentProfile) |
Updates the payment profile.
| |
UpdatePaymentProfile(Guid, PaymentProfileStatus, DictionaryString, String) |
Modifies the payment profile.
|