Click or drag to resize

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
)

Parameters

refund
Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefund
The refund
pluginName
Type: SystemString
The IRefundHandlerPlugin name.

Return Value

Type: RefundTransaction
RefundTransaction instance
See Also