RefundHelperCreateRefundTransaction Method |
Create a refund transaction from given refund.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static RefundTransaction CreateRefundTransaction(
Refund refund,
string pluginName
)
Public Shared Function CreateRefundTransaction (
refund As Refund,
pluginName As String
) As RefundTransaction
public:
static RefundTransaction^ CreateRefundTransaction(
Refund^ refund,
String^ pluginName
)
static member CreateRefundTransaction :
refund : Refund *
pluginName : string -> RefundTransaction
Parameters
- refund
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefund
The refund - pluginName
- Type: SystemString
The IRefundHandlerPlugin name.
Return Value
Type:
RefundTransactionRefundTransaction instance
See Also