PaymentMethodsHelper Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessLogic
The PaymentMethodsHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| PaymentMethodsHelper | Initializes a new instance of the PaymentMethodsHelper class |
| Name | Description | |
|---|---|---|
| AddPaymentProfile | Obsolete.
Adds the payment profile.
| |
| AddPaymentTransaction |
Adds the payment transaction.
| |
| BeginPayment |
Begin transaction
| |
| DeletePaymentProfile | Obsolete.
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.) | |
| FinishPayment(String, IAtomiaBillingApi) |
Finishes the payment.
| |
| FinishPayment(PaymentTransaction, IAtomiaBillingApi) |
Finishes the payment.
| |
| GetAvailablePaymentMethods |
Gets the available payment methods.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetPaymentMethod |
Gets the payment method.
| |
| GetPaymentMethodById |
Gets the payment method by given ID.
| |
| GetPaymentProfile | Obsolete.
Gets the payment profile by id.
| |
| GetPaymentProfiles | Obsolete.
Gets the payment profiles for account.
| |
| GetPaymentTransaction |
Gets the payment transaction by id.
| |
| GetPaymentTransactionById |
Gets the payment transaction by transaction id.
| |
| GetPaymentTransactionByInitialId |
Gets the payment transaction by initial identifier.
| |
| GetPaymentTransactionByReference | Obsolete.
Gets the payment transaction by reference.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MakePayment |
Makes the payment with the given transaction.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProbeTransactionStatus |
Updates the transaction status. This one is used to call periodically to fetch status of the transaction from the payment gateway, if necessary.
Plugin will update transaction status, when probed.
| |
| ProcessOrderInternal |
Processes the order internal (this is called async).
| |
| ProcessOrderInternalDone |
Called when async order processing is done.
| |
| ReleasePaymentTransaction |
Release payment transaction if transaction status is acquired
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdatePaymentProfile | Obsolete.
Modifies the payment profile.
| |
| UpdatePaymentTransaction(PaymentTransaction) |
Updates given payment transaction.
| |
| UpdatePaymentTransaction(Guid, String, String, String, DictionaryString, String) |
Updates the payment transaction with specified id.
|