RefundHelper Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessLogic
The RefundHelper type exposes the following members.
Name | Description | |
---|---|---|
RefundHelper | Initializes a new instance of the RefundHelper class |
Name | Description | |
---|---|---|
AddRefundTransaction |
Save given refund transaction to database.
| |
CreateRefund |
Create a refund from an original payment.
| |
CreateRefundTransaction |
Create a refund transaction from given refund.
| |
CreateRefundWithPrepaidCredits |
Create a refund and put the refunded amount to prepaid credits.
| |
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.) | |
GetRefundCustomerId |
Get Id for customer that refund is connected to
| |
GetRefundPlugin |
Get refund plugin to use for given refund.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ListPendingRefunds |
List refunds with status Pending.
| |
ListRefundedPayments |
Lists the refunded payments.
| |
ListRefundsForPayments |
Gets any refunds connected to a set of payments.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateRefundWithTransaction |
Update refund with results from refund transaction
|