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
)
Public Shared Function GetRefundPlugin (
refund As Refund,
atomiaBillingApi As IAtomiaBillingApi
) As IRefundHandlerPlugin
public:
static IRefundHandlerPlugin^ GetRefundPlugin(
Refund^ refund,
IAtomiaBillingApi^ atomiaBillingApi
)
static member GetRefundPlugin :
refund : Refund *
atomiaBillingApi : IAtomiaBillingApi -> IRefundHandlerPlugin
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