Click or drag to resize

RefundHelperGetRefundPlugin Method

Get refund plugin to use for 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 IRefundHandlerPlugin GetRefundPlugin(
	Refund refund,
	IAtomiaBillingApi atomiaBillingApi
)

Parameters

refund
Type: Atomia.Billing.Core.Sdk.BusinessObjectsRefund
The refund
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
IAtomiaBillingApi instance

Return Value

Type: IRefundHandlerPlugin

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.RefundHelper.GetRefundPlugin(Atomia.Billing.Core.Sdk.BusinessObjects.Refund,Atomia.Billing.Core.Sdk.IAtomiaBillingApi)"]

See Also